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@gitlab.com>2015-10-17 16:48:24 +0300
committerDouwe Maan <douwe@gitlab.com>2015-10-17 18:53:07 +0300
commitdd36282a9718ad41fee3419820880693d69e50dc (patch)
tree4859576a769ea01de52a71d68b2225ce90d32886
parentf4022f0234f57775c0e3540c7116dbafefa925a4 (diff)
Add "Builds" to commit Builds tab page title.
-rw-r--r--app/views/projects/commit/ci.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/ci.html.haml b/app/views/projects/commit/ci.html.haml
index ca71a91af15..6914cb9d876 100644
--- a/app/views/projects/commit/ci.html.haml
+++ b/app/views/projects/commit/ci.html.haml
@@ -1,4 +1,4 @@
-- page_title "#{@commit.title} (#{@commit.short_id})", "Commits"
+- page_title "Builds", "#{@commit.title} (#{@commit.short_id})", "Commits"
= render "projects/commits/header_title"
= render "commit_box"
= render "ci_menu"