Sha256: 89d5cebc3b64e2778e913b89df34daaf52faa4455e5ddbb1f9e6dbaf3992f30f
Contents?: true
Size: 797 Bytes
Versions: 1
Compression:
Stored size: 797 Bytes
Contents
<%= error_messages_for :page %> <% form_for(:page, :url => collection_url, :html => { :multipart => true }) do |f| %> <fieldset> <% f.field_container :title do %> <%= f.label :title, t("cms.title") %> <span class="required">*</span><br /> <%= f.text_field :title, :class => 'fullwidth title' %> <%= f.error_message_on :title %> <% end %> <div class="yui-gb"> <div class="yui-u first"> <% f.field_container :body_raw do %> <%= f.label :body_raw, t("cms.body")%> <span class="required">*</span><br /> <%= f.text_area :body_raw, {:cols => 120, :rows => 4, :class => 'fullwidth'} %> <%= f.error_message_on :body_raw %> <% end %> </div> </div> <%= render :partial => 'admin/shared/new_resource_links' %> </fieldset> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_cms-0.0.3 | app/views/admin/pages/new.html.erb |