summaryrefslogtreecommitdiff
path: root/app/views/projects/builds/index.html.haml
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-17 09:32:49 -0400
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-17 09:32:49 -0400
commit433ca7390d800a2fda3e3c5eb29272d0ba2d9df6 (patch)
treed0c815f3019582543d8be3e421258a4401db57ec /app/views/projects/builds/index.html.haml
parent1c5b172abb1279a25731d35ee913daa91738606d (diff)
downloadgitlab-ce-433ca7390d800a2fda3e3c5eb29272d0ba2d9df6.tar.gz
Make some logic less twistable
Diffstat (limited to 'app/views/projects/builds/index.html.haml')
-rw-r--r--app/views/projects/builds/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/index.html.haml b/app/views/projects/builds/index.html.haml
index aa85f495e39..0406fc21d77 100644
--- a/app/views/projects/builds/index.html.haml
+++ b/app/views/projects/builds/index.html.haml
@@ -58,6 +58,6 @@
%th Coverage
%th
- = render @builds, commit_sha: true, stage: true, allow_retry: true, coverage: @project.build_coverage_enabled?
+ = render @builds, commit_sha: true, ref: true, stage: true, allow_retry: true, coverage: @project.build_coverage_enabled?
= paginate @builds, theme: 'gitlab'