summaryrefslogtreecommitdiff
path: root/app/views/admin/runners/show.html.haml
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-27 14:20:57 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-01-27 14:36:46 +0000
commit6679a9062ad9f3ee9092655a5129feba1bcdd9d7 (patch)
tree3bb0840040c3c0be97d6155381e4d3b574df8b74 /app/views/admin/runners/show.html.haml
parent4ab83117fb5496be8c850925c78f32823593d5b2 (diff)
downloadgitlab-ce-6679a9062ad9f3ee9092655a5129feba1bcdd9d7.tar.gz
Use badge partial as single source of truth instead of having 2 partials doing the same26947-build-status-self-link
Update changelog description Changes after review
Diffstat (limited to 'app/views/admin/runners/show.html.haml')
-rw-r--r--app/views/admin/runners/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/show.html.haml b/app/views/admin/runners/show.html.haml
index 28e1f2aba36..39e103e3062 100644
--- a/app/views/admin/runners/show.html.haml
+++ b/app/views/admin/runners/show.html.haml
@@ -91,7 +91,7 @@
%strong ##{build.id}
%td.status
- = render 'ci/status/badge_link', status: build.detailed_status(current_user)
+ = render 'ci/status/badge', status: build.detailed_status(current_user)
%td.status
- if project