summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-06-20 12:30:04 -0700
committerStan Hu <stanhu@gmail.com>2016-06-20 12:30:04 -0700
commit26d2fa0aaa4546ab6d41d08b4f0af66ca5d14ec0 (patch)
tree7870ad474f53090182de72745979cdea87b56172 /app/views/layouts
parent74f8f260982a9b9e1941ad803d53d229cc27c85f (diff)
downloadgitlab-ce-26d2fa0aaa4546ab6d41d08b4f0af66ca5d14ec0.tar.gz
Rename Code tab to Repo
Closes #18830
Diffstat (limited to 'app/views/layouts')
-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 39ea4920ccc..068332205bb 100644
--- a/app/views/layouts/nav/_project.html.haml
+++ b/app/views/layouts/nav/_project.html.haml
@@ -38,9 +38,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: 'Repo', class: 'shortcuts-tree' do
%span
- Code
+ Repo
- if project_nav_tab? :pipelines
= nav_link(controller: [:pipelines, :builds, :environments]) do