ソースを参照

Add icon_size to form

master
Adrian Short 11年前
コミット
0b5137df47
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      app/views/subscriptions/_icon_form.html.haml

+ 4
- 0
app/views/subscriptions/_icon_form.html.haml ファイルの表示

@@ -18,4 +18,8 @@
.field
= f.label "Icon URL"
= f.text_field :icon_url, :size => 120
.field
= f.label "Size (metres)"
= f.text_field :icon_size, :size => 3
%p
= f.submit 'Save', :id => 'submit'

読み込み中…
キャンセル
保存