Allow any step for svg properties

This commit is contained in:
2015-03-06 17:38:49 +01:00
parent 80b200756e
commit 510dba44ad
+3 -3
View File
@@ -10,15 +10,15 @@
.form-field= f.check_box :active
= f.row :dpm
.small-3.columns= f.label :dpm
.small-3.columns= f.number_field :dpm
.small-3.columns= f.number_field :dpm, step: :any
.small-6.columns.attribute-info= f.error_message :dpm
= f.row :box_width
.small-3.columns= f.label :box_width
.small-3.columns= f.number_field :box_width
.small-3.columns= f.number_field :box_width, step: :any
.small-6.columns.attribute-info
= f.row :box_height
.small-3.columns= f.label :box_height
.small-3.columns= f.number_field :box_height
.small-3.columns= f.number_field :box_height, step: :any
.small-6.columns.attribute-info
= f.row :svg
.form-label= f.label :svg