summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-25 09:55:21 +0100
committerPhil Hughes <me@iamphill.com>2017-09-27 15:44:39 +0100
commitcfea8f796fa48fd0a03d084c6c2cb3aa66398bdf (patch)
tree3e79cf16568491b7054189326075667be69f911d /app/views
parent024249621fd1efbad611bad32f0e171854a4cdb4 (diff)
downloadgitlab-ce-cfea8f796fa48fd0a03d084c6c2cb3aa66398bdf.tar.gz
Fixed missing namespaces on navigation translationsfix-translation-namespaces
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/artifacts/browse.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/artifacts/browse.html.haml b/app/views/projects/artifacts/browse.html.haml
index 05857573297..fe02cbcbf95 100644
--- a/app/views/projects/artifacts/browse.html.haml
+++ b/app/views/projects/artifacts/browse.html.haml
@@ -3,7 +3,7 @@
= render "projects/jobs/header", show_controls: false
-- add_to_breadcrumbs(_('Jobs'), project_jobs_path(@project))
+- add_to_breadcrumbs(s_('CICD|Jobs'), project_jobs_path(@project))
- add_to_breadcrumbs("##{@build.id}", project_jobs_path(@project))
.tree-holder