Fixed bug with new group creation under admin.

This commit is contained in:
George Vinogradov 2011-12-07 00:03:09 +04:00
parent 814a0a46fe
commit 3a9addd8db
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@
= form_for @group, :url => groups_path, :html => { :class => :form } do |f|
= render :partial => "form", :locals => {:f => f}
- content_for :sidebar, render('sidebar')
-# content_for :sidebar, render('sidebar')