This commit is contained in:
yqbk
2016-07-13 14:48:25 +02:00
parent 6029d57450
commit 00cdbf00f8
7 changed files with 30 additions and 12 deletions

View File

@@ -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')