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