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:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-03-29 15:06:49 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-03-29 15:06:49 +0300
commitbb853779761d07a6aa7ba38cefbaa2128db0fd4b (patch)
tree040457bb1ff5d2ba3586c1bc8ed004f1befcbe1a /app/views/groups/show.html.haml
parent3375baff6aff06838b10663da88b678790fd0da5 (diff)
Use translated string for breadcrumb title
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r--app/views/groups/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index 7f9486d08d9..8e1dea4afc1 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -1,5 +1,5 @@
- @no_container = true
-- breadcrumb_title "Details"
+- breadcrumb_title _("Details")
- can_create_subgroups = can?(current_user, :create_subgroup, @group)
= content_for :meta_tags do