Sha256: 49a46c8c98ba91458db2b709e600fdc57cbf90666e3647e4aaec1e7784aea93a
Contents?: true
Size: 783 Bytes
Versions: 8
Compression:
Stored size: 783 Bytes
Contents
<% content_for :title do %> <%= t('binda.edit_category', { arg1: @category.name }) %> <% end %> <% content_for :header do %> <div class="main-header--buttons"> <a href="<%= new_structure_category_path %>" class="main-header--link b-btn b-btn-primary"> <i class="fa fa-plus" aria-hidden="true"></i> <%= t(:new).capitalize %> <%= t(:category).capitalize %> </a> </div> <p class="main-header--title"> <%= t('binda.edit_category', { arg1: @category.name }) %> </p> <a href="<%= structure_categories_path %>" class="main-header--back"> <i class="fas fa-list-ul"></i> <%= t(:back_to_index).capitalize %> </a> <% end %> <% content_for :content do %> <%= render 'form', category: @category, structure: @structure %> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems