summaryrefslogtreecommitdiff
path: root/app/views/admin/hook_logs/_index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/hook_logs/_index.html.haml')
-rw-r--r--app/views/admin/hook_logs/_index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/hook_logs/_index.html.haml b/app/views/admin/hook_logs/_index.html.haml
index acb105b8080..d10826a20d2 100644
--- a/app/views/admin/hook_logs/_index.html.haml
+++ b/app/views/admin/hook_logs/_index.html.haml
@@ -19,7 +19,7 @@
%td
= render partial: 'shared/hook_logs/status_label', locals: { hook_log: hook_log }
%td.d-none.d-sm-block
- %span.label.label-gray.deploy-project-label
+ %span.badge.label-gray.deploy-project-label
= hook_log.trigger.singularize.titleize
%td
= truncate(hook_log.url, length: 50)