cartodb/app/views/user_mailer/share_visualization.html.erb

6 lines
491 B
Plaintext
Raw Normal View History

2020-06-15 10:58:47 +08:00
<%- message = "<p style='font-size: 24px; color: #ffffff;'><strong>Map shared with you</strong></p><p style='margin-bottom: 0; font-size: 16px; color: #ffffff;'>Your colleague #{@visualization.user.username} has shared a new map called <strong>#{@visualization.name}</strong> with you.</p>" %>
<%= render partial: 'mailer_modules/positive_message', locals: { message: message } %>
<%= render partial: 'mailer_modules/link_to_action', locals: { link: @link, link_text: 'View your map' } %>