Sha256: aa21ebbb95786b41bd841f355e7aed7879545336d642373437d66576d978e2be

Contents?: true

Size: 752 Bytes

Versions: 8

Compression:

Stored size: 752 Bytes

Contents

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


<% content_for :header do %>
  <div class="main-header--buttons">
  	<a href="<%= new_structure_path %>"
  		class="main-header--link b-btn b-btn-primary"
      test-hook="new-structure-btn">
  		<i class="fa fa-plus" aria-hidden="true"></i>
  		<%= t('binda.new_structure') %>
  	</a>
  </div>
	<p class="main-header--title">
		<%= t('binda.edit_structure', { arg1: @structure.name })%>	
	</p>
  <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/edit.html.erb
binda-0.1.10 app/views/binda/structures/edit.html.erb
binda-0.1.9 app/views/binda/structures/edit.html.erb
binda-0.1.8 app/views/binda/structures/edit.html.erb
binda-0.1.7 app/views/binda/structures/edit.html.erb
binda-0.1.6 app/views/binda/structures/edit.html.erb
binda-0.1.5 app/views/binda/structures/edit.html.erb
binda-0.1.4 app/views/binda/structures/edit.html.erb