Sha256: 7d4c522ea9b280008c3c55aea4452eb169cc5c007d02987e826361d156c1fe14

Contents?: true

Size: 364 Bytes

Versions: 4

Compression:

Stored size: 364 Bytes

Contents

<% content_for :header do %>
  <h3>Editing Field Group</h3>
  <a href="<%= structure_path( @structure.slug ) %>" class="main-header--back"><span class="glyphicon glyphicon-list"></span> <%= "#{ t :back_to }".capitalize %> <%= @structure.name.capitalize %></a>
<% end %>

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

Version data entries

4 entries across 4 versions & 1 rubygems

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