From 0b5137df4759557ce0b78b6bbec2f9202d55df5c Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Wed, 17 Apr 2013 16:45:15 +0100 Subject: [PATCH] Add icon_size to form --- app/views/subscriptions/_icon_form.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/subscriptions/_icon_form.html.haml b/app/views/subscriptions/_icon_form.html.haml index e02677b..ba179d2 100644 --- a/app/views/subscriptions/_icon_form.html.haml +++ b/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'