Sha256: a38e95a920d2bc2715e9fe93706cadb83bb1a8282533ce8b3f9fd65476106531

Contents?: true

Size: 523 Bytes

Versions: 8

Compression:

Stored size: 523 Bytes

Contents

<% content_for :title do %>
  <%= t('binda.edit_field_group', { arg1: @field_group.name }) %> 
<% end %>


<% 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">
  	<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/edit.html.erb
binda-0.1.10 app/views/binda/field_groups/edit.html.erb
binda-0.1.9 app/views/binda/field_groups/edit.html.erb
binda-0.1.8 app/views/binda/field_groups/edit.html.erb
binda-0.1.7 app/views/binda/field_groups/edit.html.erb
binda-0.1.6 app/views/binda/field_groups/edit.html.erb
binda-0.1.5 app/views/binda/field_groups/edit.html.erb
binda-0.1.4 app/views/binda/field_groups/edit.html.erb