BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
8128ce30
Unverified
Commit
8128ce30
authored
Dec 08, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show full path for nested groups at dashboard groups list
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
6328f26c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
namespace.rb
app/models/namespace.rb
+8
-0
_group.html.haml
app/views/shared/groups/_group.html.haml
+1
-1
No files found.
app/models/namespace.rb
View file @
8128ce30
...
...
@@ -162,6 +162,14 @@ class Namespace < ActiveRecord::Base
end
end
def
full_name
if
parent
parent
.
full_name
+
' / '
+
name
else
name
end
end
private
def
repository_storage_paths
...
...
app/views/shared/groups/_group.html.haml
View file @
8128ce30
...
...
@@ -28,7 +28,7 @@
=
image_tag
group_icon
(
group
),
class:
"avatar s40 hidden-xs"
.title
=
link_to
group
,
class:
'group-name'
do
=
group
.
name
=
group
.
full_
name
-
if
group_member
as
...
...
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