style(usager/dossier): fix summary actions style
This commit is contained in:
parent
10802d15cc
commit
3e8f040d49
3 changed files with 4 additions and 6 deletions
|
@ -6,6 +6,5 @@
|
|||
.message.inverted-background
|
||||
= render Dossiers::MessageComponent.new(commentaire: latest_message, connected_user: current_user)
|
||||
|
||||
= link_to messagerie_dossier_url(dossier, anchor: 'new_commentaire'), class: 'button send' do
|
||||
%span.icon.reply
|
||||
= link_to messagerie_dossier_url(dossier, anchor: 'new_commentaire'), class: 'fr-btn fr-btn--icon-left fr-icon-discuss-line' do
|
||||
= commentaire_answer_action(latest_message, current_user)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
.papertrail.mb-2
|
||||
= link_to papertrail_dossier_url(dossier, format: :pdf), class: "button", download: t('.filename'), target: "_blank" do
|
||||
%span.icon.justificatif
|
||||
.papertrail.center.fr-my-5w
|
||||
= link_to papertrail_dossier_url(dossier, format: :pdf), class: "fr-link", download: t('.filename'), target: "_blank" do
|
||||
= t('.get_papertrail')
|
||||
|
|
|
@ -47,7 +47,7 @@ fr:
|
|||
unpublished: Dépubliée
|
||||
commentaire:
|
||||
send_message_to_instructeur: "Envoyer un message à l’instructeur"
|
||||
reply_in_mailbox: "Répondre dans la messagerie."
|
||||
reply_in_mailbox: "Répondre dans la messagerie"
|
||||
layouts:
|
||||
commencer:
|
||||
no_procedure:
|
||||
|
|
Loading…
Reference in a new issue