summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-07-23 14:37:09 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-07-23 14:37:09 +0100
commite888c974e35ce678c6bf89fa48f21b89ae2163d5 (patch)
treee26f37f877d5f5717d3b26f7021292a5a5219245
parentaf3e8028d91333d1642f67f6f052b37fb5958b88 (diff)
downloadgitlab-ce-e888c974e35ce678c6bf89fa48f21b89ae2163d5.tar.gz
correct instance statistics tooltip
-rw-r--r--app/views/layouts/nav/_dashboard.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_dashboard.html.haml b/app/views/layouts/nav/_dashboard.html.haml
index 6955dd02e6f..e795709fdd6 100644
--- a/app/views/layouts/nav/_dashboard.html.haml
+++ b/app/views/layouts/nav/_dashboard.html.haml
@@ -68,7 +68,7 @@
%li.line-separator.d-none.d-sm-block
- if can?(current_user, :read_instance_statistics)
= nav_link(controller: [:conversational_development_index, :cohorts]) do
- = link_to instance_statistics_root_path, title: 'Instance statistics', aria: { label: 'Instance statistics' }, data: {toggle: 'tooltip', placement: 'bottom', container: 'body'} do
+ = link_to instance_statistics_root_path, title: 'Instance Statistics', aria: { label: 'Instance statistics' }, data: {toggle: 'tooltip', placement: 'bottom', container: 'body'} do
= sprite_icon('chart', size: 18)
- if current_user.admin?
= nav_link(controller: 'admin/dashboard') do