6 lines
515 B
Plaintext
6 lines
515 B
Plaintext
<%- message = "<p style='font-size: 24px; color: #ffffff;'><strong>Dataset shared with you</strong></p><p style='margin-bottom: 0; font-size: 16px; color: #ffffff;'>Your colleague #{@table_visualization.user.username} has shared a new dataset called <strong>#{@table_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 dataset' } %>
|