dossier: add a reply icon near to "Reply to message" button

This commit is contained in:
Pierre de La Morinerie 2019-07-16 12:24:16 +02:00
parent b4fe6e236e
commit d86030fb76

View file

@ -6,4 +6,6 @@
.message.inverted-background
= render partial: "shared/dossiers/messages/message", locals: { commentaire: latest_message, connected_user: current_user, messagerie_seen_at: nil, show_reply_button: false }
= link_to commentaire_answer_action(latest_message, current_user), messagerie_dossier_url(dossier, anchor: 'new_commentaire'), class: 'button send'
= link_to messagerie_dossier_url(dossier, anchor: 'new_commentaire'), class: 'button send' do
%span.icon.reply
= commentaire_answer_action(latest_message, current_user)