forked from saurabh/orbit4-5
group create fix
This commit is contained in:
parent
b290d3653f
commit
4b770b7fd1
|
@ -1,5 +1,5 @@
|
||||||
<%= form_for @group, :url => admin_groups_path, :html => { :multipart => true , :class=>"form-horizontal main-forms"} do |f| %>
|
<%= form_for @group, :url => admin_groups_path, :html => { :multipart => true , :class=>"form-horizontal main-forms"} do |f| %>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<%= render :partial => "create_group_form", locals: {f: f} %>
|
<%= render :partial => "group_form", locals: {f: f} %>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<% end %>
|
<% end %>
|
Loading…
Reference in New Issue