Group batch edit is for all groups
This commit is contained in:
parent
2d1a49abb5
commit
5fd1602731
2 changed files with 0 additions and 6 deletions
|
|
@ -34,7 +34,6 @@ class GroupsController < ApplicationController
|
||||||
|
|
||||||
def edit
|
def edit
|
||||||
@groups = current_user.groups
|
@groups = current_user.groups
|
||||||
@group = Group.find_by_id params[:id]
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def update
|
def update
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,6 @@
|
||||||
= javascript_include_tag 'jquery-ui-1.8.4.custom.min.js'
|
= javascript_include_tag 'jquery-ui-1.8.4.custom.min.js'
|
||||||
= javascript_include_tag 'group-edit.js'
|
= javascript_include_tag 'group-edit.js'
|
||||||
|
|
||||||
.back
|
|
||||||
= link_to "⇧ #{@group.name}", @group
|
|
||||||
|
|
||||||
%h1{:class => 'big_text', :id => 'group_title'}
|
%h1{:class => 'big_text', :id => 'group_title'}
|
||||||
= "Editing Groups"
|
= "Editing Groups"
|
||||||
|
|
||||||
|
|
@ -30,5 +27,3 @@
|
||||||
= link_to 'Update Groups', '#', :class => 'button', :id => "move_friends_link"
|
= link_to 'Update Groups', '#', :class => 'button', :id => "move_friends_link"
|
||||||
|
|
||||||
#content_bottom
|
#content_bottom
|
||||||
.back
|
|
||||||
= link_to "⇧ #{@group.name}", @group
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue