Sha256: cd1cd0d519efca6f5244c67fb449cff01cd9b2a936f0412e06ad26d31a5e35d8

Contents?: true

Size: 496 Bytes

Versions: 1

Compression:

Stored size: 496 Bytes

Contents

<br/><br/><br/><br/>
<h2>View category</h2>

<%= form_for @category, :url => bolt_category_path(@category) do |f| %>

	<%= render :partial => 'bolt/categories/form', :locals => { :f => f } %>
	
	<p class="submits">
	  <%= link_to 'Cancel', bolt_categories_path, :class => 'cancel' %> or
		<%= f.submit "Save changes", :class => "update" %>
	</p>

<% end %>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hurry-0.1.0 app/views/bolt/categories/show.html.erb