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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
16b44f71
Commit
16b44f71
authored
Mar 21, 2016
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'project-icon' into 'master'
Changing project icon Closes #14196 See merge request !3268
parents
e210438e
debc882c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/layouts/nav/_dashboard.html.haml
app/views/layouts/nav/_dashboard.html.haml
+1
-1
app/views/layouts/nav/_explore.html.haml
app/views/layouts/nav/_explore.html.haml
+1
-1
app/views/shared/groups/_group.html.haml
app/views/shared/groups/_group.html.haml
+1
-1
No files found.
app/views/layouts/nav/_dashboard.html.haml
View file @
16b44f71
%ul
.nav.nav-sidebar
=
nav_link
(
path:
[
'root#index'
,
'projects#trending'
,
'projects#starred'
,
'dashboard/projects#index'
],
html_options:
{
class:
'home'
})
do
=
link_to
dashboard_projects_path
,
title:
'Projects'
do
=
icon
(
'
home
fw'
)
=
icon
(
'
bookmark
fw'
)
%span
Projects
=
nav_link
(
controller: :todos
)
do
...
...
app/views/layouts/nav/_explore.html.haml
View file @
16b44f71
%ul
.nav.nav-sidebar
=
nav_link
(
path:
[
'dashboard#show'
,
'root#show'
,
'projects#trending'
,
'projects#starred'
,
'projects#index'
],
html_options:
{
class:
'home'
})
do
=
link_to
explore_root_path
,
title:
'Projects'
do
=
icon
(
'
home
fw'
)
=
icon
(
'
bookmark
fw'
)
%span
Projects
=
nav_link
(
controller: :groups
)
do
...
...
app/views/shared/groups/_group.html.haml
View file @
16b44f71
...
...
@@ -14,7 +14,7 @@
.stats
%span
=
icon
(
'
home
'
)
=
icon
(
'
bookmark
'
)
=
number_with_delimiter
(
group
.
projects
.
count
)
%span
...
...
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