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

- old
+ new

@@ -2,7 +2,7 @@ <h3>New Field Group</h3> <a href="<%= structure_path( @structure.slug ) %>" class="main-header--back"><span class="glyphicon glyphicon-list"></span> <%= "#{ t :back_to }".capitalize %> <%= @structure.name.capitalize %></a> <% end %> <% content_for :content do %> - <%= render 'form_body', field_group: @field_group, structure: @structure %> + <%= render 'form_body' %> <% end %> \ No newline at end of file