Sha256: 6843612c4a3f794417de46bac0713180d258cfbccb47e7f0cd3ccf9bcb8e913d
Contents?: true
Size: 472 Bytes
Versions: 2
Compression:
Stored size: 472 Bytes
Contents
<%= render :partial => 'admin/shared/configuration_menu' %> <h1><%= t("ext_static_content_new_page") %></h1> <%= render "shared/error_messages", :target => @page %> <% form_for(:page, :url => collection_url) do |f| %> <%= render :partial => "form", :locals => { :f => f } %> <p class="form-buttons"> <%= button t("actions.create"), nil, 'submit', {"class" => "wymupdate"} %> <%= t("or") %> <%= link_to t("actions.cancel"), collection_url %> </p> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_static_content-0.30.0 | app/views/admin/pages/new.html.erb |
spree_static_content-0.30.0.beta1 | app/views/admin/pages/new.html.erb |