app/views/binda/components/new.html.erb in binda-0.0.6 vs app/views/binda/components/new.html.erb in binda-0.0.7

- old
+ new

@@ -2,7 +2,7 @@ <h3><%= "#{ t :new }".capitalize %> <%= @structure.name.humanize.split.map(&:capitalize).join(' ') %></h3> <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 'form_body' %> + <%= render 'binda/fieldable/form_body' %> <% end %> \ No newline at end of file