<% content_for :header do %>
<%= link_to "New #{ @structure.name.humanize.split.map(&:capitalize).join(' ') }", new_structure_component_path , class: 'main-header--link btn btn-primary' %>

<%= "#{ t :edit }".capitalize %> <%= @structure.name.humanize.split.map(&:capitalize).join(' ') %>

<%= "#{ t :back_to_index }".capitalize %> <% end %> <% content_for :content do %> <%= render 'binda/fieldable/form_body' %> <% end %>