Sha256: a3e6898fb1b47fba057decbc0b2cbc2907114d25dcbef8c5b8d81f1883ef709a

Contents?: true

Size: 436 Bytes

Versions: 8

Compression:

Stored size: 436 Bytes

Contents

<% content_for :title do %>
	<%= t('binda.new_field_group') %>
<% end %>


<% content_for :header do %>
	<h3>
		<%= t('binda.new_field_group') %>
	</h3>
  <a href="<%= structure_path( @structure.slug ) %>" 
  	class="main-header--back">
  	<i class="fas fa-list-ul"></i> 
  	<%= "#{ t :back_to }".capitalize %> 
  	<%= @structure.name.capitalize %>
  </a>
<% end %>
		
<% content_for :content do %> 
	<%= render 'form_body' %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
binda-0.1.11 app/views/binda/field_groups/new.html.erb
binda-0.1.10 app/views/binda/field_groups/new.html.erb
binda-0.1.9 app/views/binda/field_groups/new.html.erb
binda-0.1.8 app/views/binda/field_groups/new.html.erb
binda-0.1.7 app/views/binda/field_groups/new.html.erb
binda-0.1.6 app/views/binda/field_groups/new.html.erb
binda-0.1.5 app/views/binda/field_groups/new.html.erb
binda-0.1.4 app/views/binda/field_groups/new.html.erb