This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
apollo
mirror of
https://github.com/adrianshort/apollo.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add icon_size to form
master
Adrian Short
11 years ago
parent
d4705e9bbf
commit
0b5137df47
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'
Write
Preview
Loading…
Cancel
Save