This website works better with JavaScript.
首頁
探索
說明
登入
adrianshort
/
apollo
镜像来自
https://github.com/adrianshort/apollo.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Don't show icon if icon_url is blank
master
Adrian Short
11 年之前
父節點
0cb2888265
當前提交
23e360d809
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
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
查看文件
@@ -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…
取消
儲存