Sha256: dac5d9018edd218e167eacbdde895771db2e0030900850cb317e08fb444e64a8

Contents?: true

Size: 520 Bytes

Versions: 5

Compression:

Stored size: 520 Bytes

Contents

<% content_for :header do %>
	<h3><%= "#{ t :edit }".capitalize %><%= @field_group.name.humanize.split.map(&:capitalize).join(' ') %></h3>
  <a href="<%= structure_field_group_path( id: @field_group.slug ) %>" class="main-header--back"><span class="glyphicon glyphicon-list"></span> <%= "#{ t :back_to }".capitalize %> <%= @field_group.name.capitalize %></a>
<% end %>
		
<% content_for :content do %> 
	<%= render 'form_body', field_group: @field_group, structure: @structure, field_setting: @field_setting %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

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