Sha256: ceb9c946d19822b661209bc53f929b2a83e4fb8ef1cc275d419ee21a8ac08ae8

Contents?: true

Size: 645 Bytes

Versions: 4

Compression:

Stored size: 645 Bytes

Contents

<p class="email-greeting"><%= t(".greeting", name: @user.name) %></p>
<p><%= t(".result", rows_count: @import_summary[:imported_rows], total_rows_count: @import_summary[:total_rows]).html_safe %></p>
<% if @import_summary[:skipped_rows].present? %>
  <p><%= t(".skipped_rows", skipped_rows: @import_summary[:skipped_rows].count).html_safe %></p>
<% end %>
<% if @import_summary[:error_rows].present? %>
  <p><%= t(".errors_title", errors_count: @import_summary[:error_rows].size).html_safe %></p>
<% end %>
<% if @import_summary[:error_rows].present? || @import_summary[:skipped_rows].present? %>
  <%= t(".instructions").html_safe %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
decidim-action_delegator-0.8.1 app/views/decidim/action_delegator/import_mailer/import.html.erb
decidim-action_delegator-0.7.2 app/views/decidim/action_delegator/import_mailer/import.html.erb
decidim-action_delegator-0.7.1 app/views/decidim/action_delegator/import_mailer/import.html.erb
decidim-action_delegator-0.7.0 app/views/decidim/action_delegator/import_mailer/import.html.erb