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
aff37adb
Commit
aff37adb
authored
Dec 26, 2013
by
skv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
visibility level info in project tabs
parent
c797493e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
app/views/dashboard/_project.html.haml
app/views/dashboard/_project.html.haml
+1
-0
app/views/groups/_projects.html.haml
app/views/groups/_projects.html.haml
+1
-0
No files found.
app/views/dashboard/_project.html.haml
View file @
aff37adb
=
link_to
project_path
(
project
),
class:
dom_class
(
project
)
do
=
visibility_level_icon
(
project
.
visibility_level
)
%span
.namespace-name
-
if
project
.
namespace
=
project
.
namespace
.
human_name
...
...
app/views/groups/_projects.html.haml
View file @
aff37adb
...
...
@@ -12,6 +12,7 @@
-
projects
.
each
do
|
project
|
%li
.project-row
=
link_to
project_path
(
project
),
class:
dom_class
(
project
)
do
=
visibility_level_icon
(
project
.
visibility_level
)
%span
.project-name
=
truncate
(
project
.
name
,
length:
25
)
%span
.arrow
...
...
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