Pārlūkot izejas kodu

Show custom icons per feed

master
Adrian Short pirms 11 gadiem
vecāks
revīzija
3edc101956
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. +5
    -1
      app/views/layers/show.html.haml

+ 5
- 1
app/views/layers/show.html.haml Parādīt failu

@@ -41,7 +41,11 @@
%td= link_to 'Edit', edit_feed_path(s.feed), :class => "button"
%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?
= image_tag s.icon_url
- else
 
%tr
%td
%td.right= @layer_posts


Notiek ielāde…
Atcelt
Saglabāt