Sha256: bc9fcf6e08950a04303e52ac5986643d3a85e9f052332009d72ca36814da15c7
Contents?: true
Size: 358 Bytes
Versions: 2
Compression:
Stored size: 358 Bytes
Contents
<%= render :partial => 'admin/shared/configuration_menu' %> <h1><%= t("editing_mail_method") %></h1> <%= render 'shared/error_messages', :target => @mail_method %> <%= form_for([:admin, @mail_method]) do |f| %> <%= render :partial => "form", :locals => { :f => f } %> <p class="form-buttons" data-hook="buttons"><%= button t("update") %></p> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-0.70.0.rc2 | app/views/admin/mail_methods/edit.html.erb |
spree_core-0.70.RC1 | app/views/admin/mail_methods/edit.html.erb |