Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
848204ba
Commit
848204ba
authored
Apr 25, 2017
by
Kushal Pandya
Committed by
Sean McGivern
Apr 25, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show group name on flash container when group is created from Admin area
parent
6dc424c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
app/controllers/admin/groups_controller.rb
app/controllers/admin/groups_controller.rb
+1
-1
changelogs/unreleased/21683-show-created-group-name-flash.yml
...gelogs/unreleased/21683-show-created-group-name-flash.yml
+4
-0
No files found.
app/controllers/admin/groups_controller.rb
View file @
848204ba
...
...
@@ -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
...
...
changelogs/unreleased/21683-show-created-group-name-flash.yml
0 → 100644
View file @
848204ba
---
title
:
Show group name on flash container when group is created from Admin area.
merge_request
:
10905
author
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment