feat: write message to gestionnaires as administrateur
This commit is contained in:
parent
07dd7a1283
commit
c45e2eaccc
27 changed files with 378 additions and 3 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
fr:
|
||||
title:
|
||||
one: Message
|
||||
other: Messages
|
|
@ -0,0 +1,9 @@
|
|||
.fr-col-6.fr-col-md-4.fr-col-lg-3
|
||||
= link_to @path, id: 'administrateurs', class: 'fr-tile fr-enlarge-link' do
|
||||
.fr-tile__body.flex.column.align-center.justify-between
|
||||
%div
|
||||
.line-count.fr-my-1w
|
||||
%p.fr-tag= @administrateur.commentaire_groupe_gestionnaires.size
|
||||
%h3.fr-h6
|
||||
= t('.title', count: @administrateur.commentaire_groupe_gestionnaires.size)
|
||||
%p.fr-btn.fr-btn--tertiary= t('views.shared.actions.see')
|
Loading…
Add table
Add a link
Reference in a new issue