dossier: add a reply icon near to "Reply to message" button
This commit is contained in:
parent
b4fe6e236e
commit
d86030fb76
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue