Sha256: 8299c0f79ec045070cc2cb6ccd57e883e716f35638895b07f8d6147f03ec6bdd

Contents?: true

Size: 409 Bytes

Versions: 5

Compression:

Stored size: 409 Bytes

Contents

<% content_for :header do %>
	<h3><%= "#{ t(:edit).capitalize } #{ @structure.name.humanize } #{ t(:category).capitalize }" %></h3>
  <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

5 entries across 5 versions & 1 rubygems

Version Path
binda-0.0.7 app/views/binda/categories/edit.html.erb
binda-0.0.6 app/views/binda/categories/edit.html.erb
binda-0.0.5 app/views/binda/categories/edit.html.erb
binda-0.0.3 app/views/binda/categories/edit.html.erb
binda-0.0.2 app/views/binda/categories/edit.html.erb