mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 20:56:08 +10:00
Fix issue with removing group
This commit is contained in:
@@ -64,7 +64,7 @@ class Admin::GroupsController < AdminController
|
||||
def destroy
|
||||
@group.destroy
|
||||
|
||||
redirect_to groups_url, notice: 'Group was successfully deleted.'
|
||||
redirect_to admin_groups_path, notice: 'Group was successfully deleted.'
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user