Sha256: bea29a195ef130d1ec56dd674139296069a85a87cbc5aff448b60b6c74fb1d67
Contents?: true
Size: 383 Bytes
Versions: 2
Compression:
Stored size: 383 Bytes
Contents
<h1><%= t("static_content.editing_page") %></h1> <%= render "shared/error_messages", :target => @page %> <% semantic_form_for([:admin, @page]) do |f| -%> <%= render :partial => "form", :locals => { :f => f } %> <p class="form-buttons"> <%= button t("actions.update"), nil, 'submit' %> <%= t("or") %> <%= link_to t("actions.cancel"), admin_pages_path %> </p> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_static_content-0.60.1 | app/views/admin/pages/edit.html.erb |
spree_static_content-0.60.0 | app/views/admin/pages/edit.html.erb |