<%= @direct_message.body %>
| <%= link_to user_url(@direct_message.sender), style: "font-family: 'Open Sans','Helvetica Neue',arial,sans-serif; background: #f7f5f2; border-radius: 6px; color: #3d3d66!important; font-weight: bold; margin: 0px; padding: 10px 15px; text-align: center; text-decoration: none; min-width: 200px; display: inline-block;", target: "_blank" do %> <%= image_tag('icon_mailer_reply.png', style: "border: 0; display: inline-block; width: 100%; max-width: 12px; vertical-align: sub;", alt: "") %> <%= t('mailers.direct_message_for_receiver.reply', sender: @direct_message.sender.name) %> <% end %> |
|
<%= t('mailers.direct_message_for_receiver.unsubscribe', account: link_to(t('mailers.proposal_notification_digest.unsubscribe_account'), account_path, style: "color: #2895F1; text-decoration: none;")).html_safe %> |