F5 Test changes
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
= f.row :active
|
||||
.form-label= f.label :active
|
||||
.form-field= f.check_box :active
|
||||
= f.row :input_type
|
||||
.form-label= f.label :input_type
|
||||
.form-field= f.select :input_type, %w[raw snap_code]
|
||||
= f.row :dpm
|
||||
.small-3.columns= f.label :dpm
|
||||
.small-3.columns= f.number_field :dpm, step: :any
|
||||
@@ -25,7 +28,7 @@
|
||||
.form-field.full= f.text_area :svg
|
||||
= f.row :snap_code
|
||||
.form-label= f.label :snap_code
|
||||
.row: .small-12.columns= f.text_area :snap_code, rows: 20, class: ['snap-code-editor'], data: {target: '#svg-preview', preview: '#javascript-preview'}
|
||||
.row: .small-12.columns= f.text_area :snap_code, rows: 20, class: ['snap-code-editor'], data: {preview_target: '#svg-preview', preview: '#javascript-preview'}
|
||||
.row: .small-12.columns: pre#javascript-preview.hide
|
||||
.form-actions
|
||||
= f.submit nil, class: 'form-submit-button'
|
||||
|
||||
Reference in New Issue
Block a user