Sha256: 80d9b5cb232863fc22d4ac4748d1c338cc9e60cbbf0ddb8bb1358dc7c9391ca6

Contents?: true

Size: 399 Bytes

Versions: 4

Compression:

Stored size: 399 Bytes

Contents

<% content_for :header do %>
	<p class="main-header--title"><%= t('binda.edit_category', { arg1: @category.name }) %></p>
  <a href="<%= structure_categories_path %>" class="main-header--back"><span class="glyphicon glyphicon-list"></span> <%= t(:back_to_index).capitalize %></a>
<% end %>
		
<% content_for :content do %> 
	<%= render 'form', category: @category, structure: @structure %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
binda-0.1.3 app/views/binda/categories/edit.html.erb
binda-0.1.2 app/views/binda/categories/edit.html.erb
binda-0.1.1 app/views/binda/categories/edit.html.erb
binda-0.1.0 app/views/binda/categories/edit.html.erb