Sha256: c31ab7d04c62c138a2ed4ba45679aecca07928018194f0b16c546dffb260d317
Contents?: true
Size: 592 Bytes
Versions: 14
Compression:
Stored size: 592 Bytes
Contents
<%# Locale, format and actions %> <%= with_show_hook :nav do %> <div class="rep--email-options"> <% if I18n.available_locales.length > 1 %> <%= with_show_hook :nav_i18n do %> <%= render 'rails_email_preview/emails/i18n_nav' %> <% end %> <% end %> <%= with_show_hook :nav_format do %> <%= render 'rails_email_preview/emails/format_nav' %> <% end %> <% if RailsEmailPreview.enable_send_email %> <%= with_show_hook :nav_send do %> <%= render 'rails_email_preview/emails/send_form' %> <% end %> <% end %> </div> <% end %>
Version data entries
14 entries across 14 versions & 1 rubygems