Extract dynamics involved constant to fit with utils in fr/en
This commit is contained in:
parent
17e5800487
commit
c03de66137
6 changed files with 5 additions and 4 deletions
|
@ -199,9 +199,9 @@
|
||||||
width: initial;
|
width: initial;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
left: -130px;
|
left: -130px;
|
||||||
|
text-align: center;
|
||||||
.description {
|
.description {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
%div.col-lg-12.col-md-12
|
%div.col-lg-12.col-md-12
|
||||||
%div.dropdown-toggle{ 'data-toggle' => 'dropdown', 'aria-haspopup' => true, 'aria-expanded' => false }
|
%div.dropdown-toggle{ 'data-toggle' => 'dropdown', 'aria-haspopup' => true, 'aria-expanded' => false }
|
||||||
%i.fa.fa-user
|
%i.fa.fa-user
|
||||||
= t('dynamics.dossiers.involved')
|
= t('utils.involved')
|
||||||
%div.dropdown-menu.dropdown-menu-right.dropdown-pannel
|
%div.dropdown-menu.dropdown-menu-right.dropdown-pannel
|
||||||
%h4= t('dynamics.dossiers.followers.title')
|
%h4= t('dynamics.dossiers.followers.title')
|
||||||
%ul
|
%ul
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
%div.col-lg-12.col-md-12
|
%div.col-lg-12.col-md-12
|
||||||
%div.dropdown-toggle{ 'data-toggle' => 'dropdown', 'aria-haspopup' => true, 'aria-expanded' => false }
|
%div.dropdown-toggle{ 'data-toggle' => 'dropdown', 'aria-haspopup' => true, 'aria-expanded' => false }
|
||||||
%i.fa.fa-user
|
%i.fa.fa-user
|
||||||
= t('dynamics.dossiers.involved')
|
= t('utils.involved')
|
||||||
%div.dropdown-menu.dropdown-menu-right.dropdown-pannel
|
%div.dropdown-menu.dropdown-menu-right.dropdown-pannel
|
||||||
%h4= t('dynamics.dossiers.followers.title')
|
%h4= t('dynamics.dossiers.followers.title')
|
||||||
%ul
|
%ul
|
||||||
|
|
|
@ -26,7 +26,6 @@ fr:
|
||||||
dossiers:
|
dossiers:
|
||||||
depositaite: "Dépositaire"
|
depositaite: "Dépositaire"
|
||||||
numéro: 'Dossier n°'
|
numéro: 'Dossier n°'
|
||||||
involved: "Voir les personnes impliquées"
|
|
||||||
followers:
|
followers:
|
||||||
title: "Personnes suivant l'activité de ce dossier"
|
title: "Personnes suivant l'activité de ce dossier"
|
||||||
empty: "Aucune personne ne suit ce dossier"
|
empty: "Aucune personne ne suit ce dossier"
|
||||||
|
|
|
@ -23,3 +23,4 @@ en:
|
||||||
hello: "Hello world"
|
hello: "Hello world"
|
||||||
utils:
|
utils:
|
||||||
deconnexion: "Logout"
|
deconnexion: "Logout"
|
||||||
|
involved: "See concerned people"
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
fr:
|
fr:
|
||||||
utils:
|
utils:
|
||||||
deconnexion: "Déconnexion"
|
deconnexion: "Déconnexion"
|
||||||
|
involved: "Voir les personnes impliquées"
|
||||||
will_paginate:
|
will_paginate:
|
||||||
next_label: 'Suivant'
|
next_label: 'Suivant'
|
||||||
previous_label: 'Précédent'
|
previous_label: 'Précédent'
|
||||||
|
|
Loading…
Reference in a new issue