summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-25 11:30:08 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-01-27 14:27:07 +0000
commit4472779b7f93e07558f5afa1b1f6b23564de3ccd (patch)
tree1263530bb056e539db186511516d7b36e5d047c0 /app/views
parenta0872833351bba7fb9f2f78101a6ba87f83c21b2 (diff)
downloadgitlab-ce-4472779b7f93e07558f5afa1b1f6b23564de3ccd.tar.gz
Adds tests to build view
Fix CHANGELOG entry
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/builds/_header.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/_header.html.haml b/app/views/projects/builds/_header.html.haml
index b15be0d861d..91eeee1800e 100644
--- a/app/views/projects/builds/_header.html.haml
+++ b/app/views/projects/builds/_header.html.haml
@@ -2,7 +2,7 @@
.header-content
= render 'ci/status/badge', status: @build.detailed_status(current_user)
Build
- %strong ##{@build.id}
+ %strong.js-build-id ##{@build.id}
in pipeline
= link_to pipeline_path(@build.pipeline) do
%strong ##{@build.pipeline.id}