This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
apollo
mirror of
https://github.com/adrianshort/apollo.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Don't show icon if icon_url is blank
master
Adrian Short
11 years ago
parent
0cb2888265
commit
23e360d809
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/views/layers/show.html.haml
+ 1
- 1
app/views/layers/show.html.haml
View 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
Write
Preview
Loading…
Cancel
Save