summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-06-21 07:54:02 -0700
committerStan Hu <stanhu@gmail.com>2016-06-21 07:54:02 -0700
commit59fc1816d3df8f9ac27542eac46f93ae85e328ae (patch)
treedeed30e623afc3e4d0218ebd86d9fb2ca37e58a6 /app/views/layouts
parent5c9f0896ef3118b4e381e1834073827f42a10feb (diff)
downloadgitlab-ce-59fc1816d3df8f9ac27542eac46f93ae85e328ae.tar.gz
Rename Repo -> Repositoryrename-code-to-repo
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 068332205bb..c6f9cbc60e9 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: 'Repo', class: 'shortcuts-tree' do
+ = link_to project_files_path(@project), title: 'Repository', class: 'shortcuts-tree' do
%span
- Repo
+ Repository
- if project_nav_tab? :pipelines
= nav_link(controller: [:pipelines, :builds, :environments]) do