mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-26 21:16:06 +10:00
Raise alert when group is deleted.
This change was made to match the project deletion.
This commit is contained in:
@@ -84,7 +84,7 @@ class GroupsController < Groups::ApplicationController
|
||||
def destroy
|
||||
DestroyGroupService.new(@group, current_user).execute
|
||||
|
||||
redirect_to root_path, notice: "Group '#{@group.name} was deleted."
|
||||
redirect_to root_path, alert: "Group '#{@group.name} was deleted."
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
Reference in New Issue
Block a user