Sha256: 08df1df7ba2521e4ed701b18b3efc4a4a495b8d84901999608e8ea78de417397

Contents?: true

Size: 501 Bytes

Versions: 1

Compression:

Stored size: 501 Bytes

Contents

<h2>Add a new page section</h2>

<%= form_for @page_section, :url => bolt_page_sections_path do |f| %>
	
	<%= render :partial => 'bolt/page_sections/form', :locals => { :f => f } %>
	
	<p class="submits">
		<%= link_to 'Cancel', bolt_page_sections_path, :class => 'cancel' %> or
		<%= f.submit "Add new page section", :class => "update" %>
	</p>

<% end %>

<%= content_for :sidebar do %>
	<li><%= link_to "#{bolt_show_icon "table"}Back to list".html_safe, bolt_page_sections_path %></li>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hurry-0.1.0 app/views/bolt/page_sections/new.html.erb