Sha256: 8cb0b71e63a05fa54eae41517c351d847f408cae6885e93b4dd8f99f451c2bda

Contents?: true

Size: 335 Bytes

Versions: 5

Compression:

Stored size: 335 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' %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

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