Utilisateur -> Usager

This commit is contained in:
gregoirenovel 2017-04-26 15:13:50 +02:00
parent 4303dcef2c
commit 77dae0462b
3 changed files with 3 additions and 3 deletions

View file

@ -102,7 +102,7 @@
%div %div
= @facade.dossiers_waiting_gestionnaire_total = @facade.dossiers_waiting_gestionnaire_total
%h4.text-info Attente Utilisateur %h4.text-info Attente Usager
%div %div
= @facade.dossiers_waiting_user_total = @facade.dossiers_waiting_user_total

View file

@ -127,7 +127,7 @@
%table.table %table.table
%thead %thead
%th %th
Utilisateur Usager
%th %th
Date d'envoi Date d'envoi
%th %th

View file

@ -9,7 +9,7 @@
= link_to(users_dossiers_path, id: :menu_item_procedure) do = link_to(users_dossiers_path, id: :menu_item_procedure) do
%i.fa.fa-user %i.fa.fa-user
   
Utilisateur Usager
- if gestionnaire_signed_in? - if gestionnaire_signed_in?
%li %li
= link_to(backoffice_dossiers_path) do = link_to(backoffice_dossiers_path) do