Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-10-04 13:10:07 +0300
committerDouwe Maan <douwe@selenight.nl>2017-10-04 19:48:30 +0300
commit56e3b4b1811e1d79c1afb27da83d4a50284c91e6 (patch)
tree1911910c4c22bcd651d68186b2090c320ea162ad /app/views/projects/tree/show.html.haml
parentb8e47d72637167be5a225fe20b5f893c43b9a885 (diff)
Make page and breadcrumb titles more consistent across the boarddm-consistent-page-breadcrumb-titles
Diffstat (limited to 'app/views/projects/tree/show.html.haml')
-rw-r--r--app/views/projects/tree/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/show.html.haml b/app/views/projects/tree/show.html.haml
index 0cc6674842a..58dd901fdd3 100644
--- a/app/views/projects/tree/show.html.haml
+++ b/app/views/projects/tree/show.html.haml
@@ -1,5 +1,5 @@
- @no_container = true
-- breadcrumb_title _("Repository")
+- breadcrumb_title _("Files")
- @content_class = "limit-container-width" unless fluid_layout
- page_title @path.presence || _("Files"), @ref