Sha256: 4e030eea9738627216f20d5f778ef58ea3b17e69e1c02ee0aee2e380f9260b45

Contents?: true

Size: 775 Bytes

Versions: 10

Compression:

Stored size: 775 Bytes

Contents

<p class="email-greeting"><%= t ".hello", admin: h(@admin.name) %></p>

<p class="email-instructions"><%= t ".body_1", user: h(@report.moderation.user.name), token: h(@report.user.name) %></p>

<p class="email-instructions"><%= t ".body_2", reason: t(@report.reason, organization_name: organization_name(@report.moderation.user.organization), scope: "decidim.shared.flag_user_modal") %></p>

<% if @report.details.present? %>
  <p class="email-instructions"><%= t(".details") %></p>
  <blockquote>
    <%= @report.details %>
  </blockquote>
<% end %>

<p class="email-closing"><%= t(".greetings", organization_name: organization_name(@report.moderation.user.organization), organization_url: decidim.root_url(host: @report.moderation.user.organization.host)).html_safe %></p>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
decidim-core-0.30.0.rc3 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.30.0.rc2 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.30.0.rc1 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.29.2 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.29.1 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.29.0 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.29.0.rc4 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.29.0.rc3 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.29.0.rc2 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.29.0.rc1 app/views/decidim/user_report_mailer/notify.html.erb