Sha256: 98d86726cbd453976444569b32ce36d61b39b7dcaf63cc4bebad16ca8428bd12

Contents?: true

Size: 408 Bytes

Versions: 9

Compression:

Stored size: 408 Bytes

Contents

<% content_for :header do %>
	<h3><%= "#{ t(:new).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

9 entries across 9 versions & 1 rubygems

Version Path
binda-0.1.3 app/views/binda/categories/new.html.erb
binda-0.1.2 app/views/binda/categories/new.html.erb
binda-0.1.1 app/views/binda/categories/new.html.erb
binda-0.1.0 app/views/binda/categories/new.html.erb
binda-0.0.7 app/views/binda/categories/new.html.erb
binda-0.0.6 app/views/binda/categories/new.html.erb
binda-0.0.5 app/views/binda/categories/new.html.erb
binda-0.0.3 app/views/binda/categories/new.html.erb
binda-0.0.2 app/views/binda/categories/new.html.erb