Group batch edit is for all groups

This commit is contained in:
Raphael 2010-09-08 10:00:31 -07:00
parent 2d1a49abb5
commit 5fd1602731
2 changed files with 0 additions and 6 deletions

View file

@ -34,7 +34,6 @@ class GroupsController < ApplicationController
def edit
@groups = current_user.groups
@group = Group.find_by_id params[:id]
end
def update

View file

@ -2,9 +2,6 @@
= javascript_include_tag 'jquery-ui-1.8.4.custom.min.js'
= javascript_include_tag 'group-edit.js'
.back
= link_to "⇧ #{@group.name}", @group
%h1{:class => 'big_text', :id => 'group_title'}
= "Editing Groups"
@ -30,5 +27,3 @@
= link_to 'Update Groups', '#', :class => 'button', :id => "move_friends_link"
#content_bottom
.back
= link_to "⇧ #{@group.name}", @group