Skip to content
Extraits de code Groupes Projets
Valider 5fd16027 rédigé par Raphael's avatar Raphael
Parcourir les fichiers

Group batch edit is for all groups

parent 2d1a49ab
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -34,7 +34,6 @@ class GroupsController < ApplicationController ...@@ -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 @@ ...@@ -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 @@ ...@@ -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
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter