Sha256: 7d75f812f390522463243cee2c820b0c4ccd676ce11c949634bda27860ea421c

Contents?: true

Size: 404 Bytes

Versions: 8

Compression:

Stored size: 404 Bytes

Contents

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

<% content_for :header do %>
  <h3>
  	<%= t('binda.new_structure') %>
  </h3>
  <a href="<%= structures_path %>" 
  	class="main-header--back">
  	<i class="fas fa-list-ul"></i>
  	<%= "#{ t :back_to_index }".capitalize %>
  </a>
<% end %>


<% content_for :content do %>
	<%= render 'form_body', structure: @structure %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

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