このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
adrianshort
/
apollo
ミラー元
https://github.com/adrianshort/apollo.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
Don't show icon if icon_url is blank
master
Adrian Short
11年前
親
0cb2888265
コミット
23e360d809
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存