Skip to content
Extraits de code Groupes Projets
Valider 516a667c rédigé par ilya's avatar ilya
Parcourir les fichiers

going back to showing the first group on the index page

parent 5de93629
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -19,7 +19,7 @@ class ApplicationController < ActionController::Base
if current_user
@groups = current_user.groups
@friends = current_user.friends
@group = params[:group] ? current_user.group_by_id(params[:group]) : nil
@group = params[:group] ? current_user.group_by_id(params[:group]) : current_user.groups.first
end
end
......
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