Sha256: c29f65fca2162cf1d56b84a12e7c9c49d4ce4361e8fd2d2d6460cf44d9edbd38
Contents?: true
Size: 398 Bytes
Versions: 19
Compression:
Stored size: 398 Bytes
Contents
<% if @notification.custom_content_html.present? %> <%= render inline: @notification.custom_content_html %> <% else %> <%= render partial: 'user_mailer/mail_template', locals: { title: t("mailer.title.custom"), subtitle: '', text: @notification.custom_content_plain_text, button: t("mailer.button.custom"), url: @organization.url_for('/user/notifications') } %> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems