Sha256: 9b66d34c001c038f95ae9c22685bacc76e01075c868812ccef41a0e61069387a
Contents?: true
Size: 515 Bytes
Versions: 1
Compression:
Stored size: 515 Bytes
Contents
<%= render 'admin/shared/spree_mail_sub_nav' %> <h1><%= t("show_email") %></h1> <h5><%= t("to") %>: (<%= @email.recipients.length %>)</h5> <p><%= @email.recipient_list %></p> <h5><%= t("subject") %>:</h5> <p><%= @email.subject %></p> <h5><%= t("body") %>:</h5> <%= simple_format @email.body %> <hr/> <p> <%= link_to (image_tag("admin/icons/email.png") + " " + t("send")), deliver_admin_email_path(@email) %> <%= link_to_edit @email %> <%= t('or') %> <%= link_to t('back'), collection_url %> </p>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_mail-0.40.0.3 | app/views/admin/emails/show.html.erb |