minor changes

This commit is contained in:
Hauke Klement
2015-01-28 12:28:22 +01:00
parent dd624b26c8
commit fe67076276
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
= form_for(@consumer, multipart: true) do |f| = form_for(@consumer) do |f|
= render('shared/form_errors', object: @consumer) = render('shared/form_errors', object: @consumer)
.form-group .form-group
= f.label(:name) = f.label(:name)

View File

@ -1,4 +1,4 @@
= form_for(@hint, multipart: true, url: execution_environment_hints_path(params[:execution_environment_id])) do |f| = form_for(@hint, url: execution_environment_hints_path(params[:execution_environment_id])) do |f|
= render('shared/form_errors', object: @hint) = render('shared/form_errors', object: @hint)
.form-group .form-group
= f.label(:name) = f.label(:name)