summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-02 10:53:39 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-02 10:53:39 +0300
commitb856bd640695b615e765ea09057fc1bc2e4a9870 (patch)
tree32f00853d19db931f38c360511a47e288cd2abb8
parent30524901e28176e96e7c0d1a710508367ff99d9f (diff)
downloadgitlab-ce-dz-rename-registry-tab.tar.gz
Shorter name for Container Registry tabdz-rename-registry-tab
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/layouts/nav/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_project.html.haml b/app/views/layouts/nav/_project.html.haml
index 2c9b9006668..c5d064ed484 100644
--- a/app/views/layouts/nav/_project.html.haml
+++ b/app/views/layouts/nav/_project.html.haml
@@ -58,7 +58,7 @@
= link_to project_container_registry_path(@project), title: 'Container Registry', class: 'shortcuts-container-registry' do
= icon('hdd-o fw')
%span
- Container Registry
+ Registry
- if project_nav_tab? :graphs
= nav_link(controller: %w(graphs)) do