Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
adrianshort
/
apollo
mirror da
https://github.com/adrianshort/apollo.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Don't show icon if icon_url is blank
master
Adrian Short
11 anni fa
parent
0cb2888265
commit
23e360d809
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
app/views/layers/show.html.haml
+ 1
- 1
app/views/layers/show.html.haml
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva