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.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/hook_logs/_index.html.haml b/app/views/admin/hook_logs/_index.html.haml
index 91a8c0c62fe..1d7c9930b6a 100644
--- a/app/views/admin/hook_logs/_index.html.haml
+++ b/app/views/admin/hook_logs/_index.html.haml
@@ -18,8 +18,8 @@
%tr
%td
= render partial: 'shared/hook_logs/status_label', locals: { hook_log: hook_log }
- %td.hidden-xs
- %span.label.label-gray.deploy-project-label
+ %td.d-none.d-sm-block
+ %span.badge.badge-gray.deploy-project-label
= hook_log.trigger.singularize.titleize
%td
= truncate(hook_log.url, length: 50)