Commit 848204ba authored by Kushal Pandya's avatar Kushal Pandya Committed by Sean McGivern

Show group name on flash container when group is created from Admin area

parent 6dc424c9
......@@ -28,7 +28,7 @@ class Admin::GroupsController < Admin::ApplicationController
if @group.save
@group.add_owner(current_user)
redirect_to [:admin, @group], notice: 'Group was successfully created.'
redirect_to [:admin, @group], notice: "Group '#{@group.name}' was successfully created."
else
render "new"
end
......
---
title: Show group name on flash container when group is created from Admin area.
merge_request: 10905
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment