提交 848204ba 编写于 作者: K Kushal Pandya 提交者: Sean McGivern

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

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册