Sha256: 5408753dce9dc888922b9e1d758ea135b6a111ceb83d081aa70c7dd45aca9036

Contents?: true

Size: 598 Bytes

Versions: 9

Compression:

Stored size: 598 Bytes

Contents

<% add_decidim_page_title(t(".preview", template_name: t(template_manifest.public_name_key))) %>
<div class="card">
  <div class="card-divider">
    <h2 class="card-title"><%= t ".preview", template_name: t(template_manifest.public_name_key) %></h2>
  </div>
  <div class="card-section">
    <iframe src="<%= preview_newsletter_template_path(template_manifest.name) %>" class="email-preview">
    </iframe>
  </div>
</div>
<div class="button--double form-general-submit">
  <%= link_to(t(".use_template"), new_newsletter_template_newsletter_path(template_manifest.name), class: "button") %>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
decidim-admin-0.27.9 app/views/decidim/admin/newsletter_templates/show.html.erb
decidim-admin-0.27.8 app/views/decidim/admin/newsletter_templates/show.html.erb
decidim-admin-0.27.7 app/views/decidim/admin/newsletter_templates/show.html.erb
decidim-admin-0.27.6 app/views/decidim/admin/newsletter_templates/show.html.erb
decidim-admin-0.26.10 app/views/decidim/admin/newsletter_templates/show.html.erb
decidim-admin-0.26.9 app/views/decidim/admin/newsletter_templates/show.html.erb
decidim-admin-0.27.5 app/views/decidim/admin/newsletter_templates/show.html.erb
decidim-admin-0.26.8 app/views/decidim/admin/newsletter_templates/show.html.erb
decidim-admin-0.27.4 app/views/decidim/admin/newsletter_templates/show.html.erb