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
bc387e51
Commit
bc387e51
authored
Mar 10, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing tooltips to navigation
parent
e9547bbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
app/views/layouts/nav/_group_settings.html.haml
app/views/layouts/nav/_group_settings.html.haml
+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/_group_settings.html.haml
View file @
bc387e51
...
...
@@ -20,17 +20,17 @@
Projects
-
if
ldap_enabled?
=
nav_link
(
controller: :ldap_group_links
)
do
=
link_to
group_ldap_group_links_path
(
@group
)
do
=
link_to
group_ldap_group_links_path
(
@group
)
,
title:
"LDAP Groups"
do
%i
.fa.fa-exchange
%span
LDAP Groups
=
nav_link
(
controller: :hooks
)
do
=
link_to
group_hooks_path
(
@group
)
do
=
link_to
group_hooks_path
(
@group
)
,
title:
"Web Hooks"
do
%i
.fa.fa-link
%span
Web Hooks
=
nav_link
(
controller: :audit_events
)
do
=
link_to
group_audit_events_path
(
@group
)
do
=
link_to
group_audit_events_path
(
@group
)
,
title:
"Audit Events"
do
%i
.fa.fa-file-text-o
%span
Audit Events
app/views/layouts/nav/_project_settings.html.haml
View file @
bc387e51
...
...
@@ -15,7 +15,7 @@
Project Settings
-
if
@project
.
allowed_to_share_with_group?
=
nav_link
(
controller: :group_links
)
do
=
link_to
namespace_project_group_links_path
(
@project
.
namespace
,
@project
)
do
=
link_to
namespace_project_group_links_path
(
@project
.
namespace
,
@project
)
,
title:
"Groups"
do
=
icon
(
'share-square-o fw'
)
%span
Groups
...
...
@@ -30,7 +30,7 @@
%span
Web Hooks
=
nav_link
(
controller: :git_hooks
)
do
=
link_to
namespace_project_git_hooks_path
(
@project
.
namespace
,
@project
)
do
=
link_to
namespace_project_git_hooks_path
(
@project
.
namespace
,
@project
)
,
title:
"Git Hooks"
do
=
icon
(
'git-square fw'
)
%span
Git Hooks
...
...
@@ -55,7 +55,7 @@
%span
Pages
=
nav_link
(
controller: :audit_events
)
do
=
link_to
namespace_project_audit_events_path
(
@project
.
namespace
,
@project
)
do
=
link_to
namespace_project_audit_events_path
(
@project
.
namespace
,
@project
)
,
title:
"Audit Events"
do
=
icon
(
'file-text-o 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