Sha256: 535fe528dc778e4d20062f19e4a1848a99469963d6c3816cd6e067fc40fb32b0

Contents?: true

Size: 406 Bytes

Versions: 4

Compression:

Stored size: 406 Bytes

Contents

<% content_for :header do %>
  <p class="main-header--title"><%= t('binda.edit_field_group', { arg1: @field_group.name }) %></p>
  <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' %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
binda-0.1.3 app/views/binda/field_groups/edit.html.erb
binda-0.1.2 app/views/binda/field_groups/edit.html.erb
binda-0.1.1 app/views/binda/field_groups/edit.html.erb
binda-0.1.0 app/views/binda/field_groups/edit.html.erb