Sha256: dece0405c6f73914a86a7a40c4cb73f2bb02400c90bf55f1072b4c2b3536b758
Contents?: true
Size: 572 Bytes
Versions: 8
Compression:
Stored size: 572 Bytes
Contents
<% content_for :title do %> <%= t('binda.new_component',{ arg1: @structure.name.humanize.split.map(&:capitalize).join(' ') }) %> <% end %> <% content_for :header do %> <p class="main-header--title"> <%= t('binda.new_component',{ arg1: @structure.name.humanize.split.map(&:capitalize).join(' ') }) %> </p> <a href="<%= structure_components_path %>" class="main-header--back"> <i class="fas fa-list-ul"></i> <%= "#{ t :back_to_index }".capitalize %> </a> <% end %> <% content_for :content do %> <%= render 'binda/fieldable/form_body' %> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems