some renaming

This commit is contained in:
Ralf Teusner
2016-08-29 13:00:12 +02:00
parent 8abc0bb15a
commit 21699952ff
3 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ li.panel.panel-default
= f.label(:role, t('activerecord.attributes.file.weight'))
= f.number_field(:weight, class: 'form-control', min: 1, step: 'any')
= render('code_field', attribute: :content, form: f, label: t('activerecord.attributes.file.content'))
= render partial: 'ace', locals: { exercise: @exercise }
= render partial: 'editor_edit', locals: { exercise: @exercise }