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