Adding feature test for procedure_creation

This commit is contained in:
JC 2016-12-14 17:13:40 +01:00
parent 03bfbb1462
commit 4f7bcba8a3
17 changed files with 144 additions and 44 deletions

View file

@ -12,8 +12,8 @@
= form_for @gestionnaire, url: {controller: 'admin/gestionnaires', action: :create} do |f|
.row
.col-md-5.col-lg-5
=render partial: 'informations', locals: {f: f}
= render partial: 'informations', locals: {f: f}
.col-md-2.col-lg-2
%br
%br
=f.submit 'Valider', class: 'btn btn-info', style: 'float:left'
= f.submit 'Valider', class: 'btn btn-info', style: 'float:left'