summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-21 20:46:01 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-21 20:46:01 +0000
commit1551615030524c731b6ca8864c180e4e9e70fb91 (patch)
treee0ba16b67875f216ab79e4d512a5345cdef06303 /app
parent7198b78417a9b17d55d390d57cc35638685d7305 (diff)
parent59fc1816d3df8f9ac27542eac46f93ae85e328ae (diff)
downloadgitlab-ce-1551615030524c731b6ca8864c180e4e9e70fb91.tar.gz
Merge branch 'rename-code-to-repo' into 'master'
Rename Code tab to Repository As discussed in #18830, this renames the "Code" tab to "Repository". Screenshot now: ![image](/uploads/a7807dfb5b42f037fe2a44475a4af883/image.png) See merge request !4807
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/nav/_project.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/nav/_project.html.haml b/app/views/layouts/nav/_project.html.haml
index 1ace5d23ba3..7762746f848 100644
--- a/app/views/layouts/nav/_project.html.haml
+++ b/app/views/layouts/nav/_project.html.haml
@@ -39,9 +39,9 @@
- if project_nav_tab? :files
= nav_link(controller: %w(tree blob blame edit_tree new_tree find_file commit commits compare repositories tags branches releases network)) do
- = link_to project_files_path(@project), title: 'Code', class: 'shortcuts-tree' do
+ = link_to project_files_path(@project), title: 'Repository', class: 'shortcuts-tree' do
%span
- Code
+ Repository
- if project_nav_tab? :pipelines
= nav_link(controller: [:pipelines, :builds, :environments]) do