浏览代码

Show custom icons per feed

master
Adrian Short 11 年前
父节点
当前提交
3edc101956
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. +5
    -1
      app/views/layers/show.html.haml

+ 5
- 1
app/views/layers/show.html.haml 查看文件

@@ -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


正在加载...
取消
保存