app/views/shared/new.html.erb in adminpanel-1.0.0 vs app/views/shared/new.html.erb in adminpanel-1.1.0
- old
+ new
@@ -13,10 +13,10 @@
<%= content_tag(:i, nil, :class => @model.icon) %>
<h5><%= t("action.create") + " " + @model.display_name %></h5>
</div>
<div class = "widget-body">
<div class = "widget-forms clearfix">
- <%= custom_form_for(resource, :html => {:class => "form-horizontal"}) do |f| -%>
+ <%= custom_form_for(resource, :html => {:class => "form-horizontal", :id => "new_resource"}) do |f| -%>
<%= render 'shared/error_messages', :object => resource %>
<%= render 'shared/form_fields', :f => f %>
</div>
</div>
<div class = "widget-footer">
\ No newline at end of file