Sha256: e9a60b51ed03d5a560c11a4d9b346b85bc09b5a2e1ab9063ea24d730fc380913

Contents?: true

Size: 380 Bytes

Versions: 4

Compression:

Stored size: 380 Bytes

Contents

<% content_for :header do %>
  <h3><%= "#{ t :edit }".capitalize %> <%= @structure.name.humanize.split.map(&:capitalize).join(' ') %></h3>
  <a href="<%= structure_components_path %>" class="main-header--back"><span class="glyphicon glyphicon-list"></span> <%= "#{ t :back_to_index }".capitalize %></a>
<% end %>

<% content_for :content do %>
	<%= render 'form_body' %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
binda-0.0.6 app/views/binda/components/edit.html.erb
binda-0.0.5 app/views/binda/components/edit.html.erb
binda-0.0.3 app/views/binda/components/edit.html.erb
binda-0.0.2 app/views/binda/components/edit.html.erb