Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
adrianshort
/
apollo
şunun yansıması
https://github.com/adrianshort/apollo.git
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
Don't show icon if icon_url is blank
master
Adrian Short
11 yıl önce
ebeveyn
0cb2888265
işleme
23e360d809
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-1
app/views/layers/show.html.haml
+ 1
- 1
app/views/layers/show.html.haml
Dosyayı Görüntüle
@@ -42,7 +42,7 @@
%td= link_to 'Delete', s, :confirm => "Delete #{s.feed.title}?", :method => :delete, :class => "button"
%td= link_to 'Edit icon', edit_subscription_path(s), :class => "button"
%td
- unless s.icon_url.
nil
?
- unless s.icon_url.
blank
?
= image_tag s.icon_url
- else
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet