Sha256: 9f7b7ee886bd77cfe3b39741dee8fa55d3180593b112a704f670670629186101

Contents?: true

Size: 385 Bytes

Versions: 4

Compression:

Stored size: 385 Bytes

Contents

<% content_for :header do %>
	<h3>New 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, structure: @structure %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

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