Sha256: bde76ddcd17383ad858e431e095e3daa5d1d9c8c3e73317b345d07bd4c319e86

Contents?: true

Size: 425 Bytes

Versions: 4

Compression:

Stored size: 425 Bytes

Contents

<% content_for :header do %>
	<p class="main-header--title"><%= t('binda.new_component',{ arg1: @structure.name.humanize.split.map(&:capitalize).join(' ') }) %></p>
  <a href="<%= structure_components_path %>" class="main-header--back"><span class="glyphicon glyphicon-list"></span> <%= "#{ t :back_to_index }".capitalize %></a>
<% end %>
		
<% content_for :content do %> 
	<%= render 'binda/fieldable/form_body' %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

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