<% content_for :title do %> <%= t('binda.sort').capitalize %> <%= @structure.name.humanize.split.map(&:capitalize).join(' ').pluralize %> <% end %> <% content_for :header do %>
<%= t('binda.new') %> <%= @structure.name.humanize.split.map(&:capitalize).join(' ') %>

<%= t('binda.sort').capitalize %> <%= @structure.name.humanize.split.map(&:capitalize).join(' ').pluralize %>

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

Title

Publish State

<% @components.order( :position, :name ).each do |component| %>
<%= link_to component.name, structure_component_path( @structure.slug, component ) %>
<%= component.publish_state %>
<% end %>
<%= t('binda.new') %> <%= @structure.name.humanize.split.map(&:capitalize).join(' ') %> <% end %>