editor
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
.form-group
|
||||
= f.label(:description)
|
||||
= f.hidden_field(:description)
|
||||
.form-control.markdown
|
||||
.wmd-panel
|
||||
#wmd-button-bar
|
||||
textarea.wmd-input
|
||||
/=f.input :description, :as => :pagedown, :input_html => { :preview => true }
|
||||
.form-group
|
||||
= f.label(:execution_environment_id)
|
||||
= f.collection_select(:execution_environment_id, @execution_environments, :id, :name, {}, class: 'form-control')
|
||||
|
Reference in New Issue
Block a user