Skip to content
Snippets Groups Projects
Commit a9df2546 authored by Phil Hughes's avatar Phil Hughes
Browse files

Added missing tooltip titles from groups, git hooks and audit events project settings

parent 9c0b1aa1
Branches andrey-remove-group-caching
No related tags found
1 merge request!188Added missing tooltip titles from groups, git hooks and audit events project settings
Pipeline #12834404 failed
Loading
Loading
@@ -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
Loading
Loading
@@ -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
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment