diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-06-21 20:46:01 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-06-21 20:46:01 +0000 |
commit | 1551615030524c731b6ca8864c180e4e9e70fb91 (patch) | |
tree | e0ba16b67875f216ab79e4d512a5345cdef06303 /app | |
parent | 7198b78417a9b17d55d390d57cc35638685d7305 (diff) | |
parent | 59fc1816d3df8f9ac27542eac46f93ae85e328ae (diff) | |
download | gitlab-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:

See merge request !4807
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/nav/_project.html.haml | 4 |
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 |