Sha256: b26531bff4a0728849f26c3d01581e58a82e1b66fef4bc234c31088d002fa12e

Contents?: true

Size: 750 Bytes

Versions: 20

Compression:

Stored size: 750 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: @report.moderation.user.organization.name, 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: h(@report.moderation.user.organization.name), organization_url: decidim.root_url(host: @report.moderation.user.organization.host)).html_safe %></p>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
decidim-core-0.28.5 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.28.4 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.27.9 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.28.3 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.27.8 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.28.2 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.27.7 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.28.1 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.27.6 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.28.0 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.27.5 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.28.0.rc5 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.28.0.rc4 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.27.4 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.27.3 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.27.2 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.27.1 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.27.0 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.27.0.rc2 app/views/decidim/user_report_mailer/notify.html.erb
decidim-core-0.27.0.rc1 app/views/decidim/user_report_mailer/notify.html.erb