%= render 'admin/shared/spree_mail_sub_nav' %>
<%= sort_link @search, :subject, t('subject') %> | <%= sort_link @search, :body, t('message_body') %> | <%= hook :admin_emails_index_header_actions %> | <% end %>
---|---|---|
<%=link_to email.subject, object_url(email) %> | <%= mail_to email.body.truncate(100) %> | <% end %><%= hook :admin_emails_index_row_actions, locals do %> <%= link_to_edit email %> <%= link_to_delete email %> <% end %> |
<%= f.text_field :to_like, :size => 25 %>
<%= f.text_field :subject_like, :size => 25 %>
<%= button t('search') %>
<% end %> <% end %>