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
bc47e869
Commit
bc47e869
authored
Jun 26, 2015
by
Darby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the alignment of project settings icons
parent
816605ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/views/layouts/nav/_project_settings.html.haml
app/views/layouts/nav/_project_settings.html.haml
+3
-3
No files found.
app/views/layouts/nav/_project_settings.html.haml
View file @
bc47e869
...
...
@@ -15,7 +15,7 @@
Project Settings
=
nav_link
(
controller: :group_links
)
do
=
link_to
namespace_project_group_links_path
(
@project
.
namespace
,
@project
)
do
%i
.fa.fa-share-square-o
=
icon
(
'share-square fw'
)
%span
Groups
=
nav_link
(
controller: :deploy_keys
)
do
...
...
@@ -30,7 +30,7 @@
Web Hooks
=
nav_link
(
controller: :git_hooks
)
do
=
link_to
namespace_project_git_hooks_path
(
@project
.
namespace
,
@project
)
do
%i
.fa.fa-git-square
=
icon
(
'git-square fw'
)
%span
Git Hooks
=
nav_link
(
controller: :services
)
do
...
...
@@ -45,6 +45,6 @@
Protected branches
=
nav_link
(
controller: :audit_events
)
do
=
link_to
namespace_project_audit_events_path
(
@project
.
namespace
,
@project
)
do
%i
.fa.fa-file-text-o
=
icon
(
'file-text fw'
)
%span
Audit Events
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