Change name gestionnaire to accompagnateur on admin ui
This commit is contained in:
Xavier J 2016-02-19 14:20:18 +01:00
parent c3410c104b
commit 0e1dac7d19
3 changed files with 3 additions and 2 deletions

View file

@ -22,4 +22,4 @@
- else
%h4.center
Aucun gestionnaire
Aucun accompagnateur

View file

@ -1,4 +1,4 @@
%h1 Gestion des gestionnaires
%h1 Gestion des accompagnateurs
%br
.row

View file

@ -1,4 +1,5 @@
FactoryGirl.define do
factory :commentaire do
body 'plop'
end
end