Browse Source

Add icon_size to form

master
Adrian Short 11 years ago
parent
commit
0b5137df47
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/views/subscriptions/_icon_form.html.haml

+ 4
- 0
app/views/subscriptions/_icon_form.html.haml View File

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

Loading…
Cancel
Save