Sha256: ec227892d1bbcd2bacdc75e2a658cfab01d031c963cf3285561d48b431ef1ee1

Contents?: true

Size: 503 Bytes

Versions: 3

Compression:

Stored size: 503 Bytes

Contents

<%= render 'admin/shared/spree_mail_sub_nav' %>

<%= hook :admin_subscriber_edit_form_header do %>
  <h1><%= t("editing_subscriber") %></h1>
<% end %>

<%= hook :admin_subscriber_edit_form do %>
  <%= form_for(:subscriber, :url => object_url, :html => { :method => :put }) do |f| %>
    <%= render :partial => "form", :locals => { :f => f } %>

    <%= hook :admin_subscriber_edit_form_buttons do %>
      <%= render :partial => "admin/shared/edit_resource_links" %>
    <% end %>
  <% end %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_mail-0.40.0.3 app/views/admin/subscribers/edit.html.erb
spree_mail-0.40.0.2 app/views/admin/subscribers/edit.html.erb
spree_mail-0.40.0.1 app/views/admin/subscribers/edit.html.erb