Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
adrianshort
/
apollo
espelhamento de
https://github.com/adrianshort/apollo.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Don't show icon if icon_url is blank
master
Adrian Short
11 anos atrás
pai
0cb2888265
commit
23e360d809
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
app/views/layers/show.html.haml
+ 1
- 1
app/views/layers/show.html.haml
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar