summaryrefslogtreecommitdiff
path: root/app/views/projects/triggers/_trigger.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-27 14:04:59 +0100
committerPhil Hughes <me@iamphill.com>2016-04-27 14:07:11 +0100
commit1cf8723d2ff22b096799c74b7ec0eb6b72c33f0b (patch)
treef45fcfe57a06d89add4ede63899f21b687dc02ea /app/views/projects/triggers/_trigger.html.haml
parent6ff740ff9484691750f3eadf12125fd362efe61c (diff)
downloadgitlab-ce-1cf8723d2ff22b096799c74b7ec0eb6b72c33f0b.tar.gz
Updated triggers UIupdated-triggers-ui
Closes #14090
Diffstat (limited to 'app/views/projects/triggers/_trigger.html.haml')
-rw-r--r--app/views/projects/triggers/_trigger.html.haml8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/views/projects/triggers/_trigger.html.haml b/app/views/projects/triggers/_trigger.html.haml
index 48b3b5c9920..112b51712ef 100644
--- a/app/views/projects/triggers/_trigger.html.haml
+++ b/app/views/projects/triggers/_trigger.html.haml
@@ -1,7 +1,6 @@
%tr
%td
- .clearfix
- %span.monospace= trigger.token
+ %span.monospace= trigger.token
%td
- if trigger.last_trigger_request
@@ -9,6 +8,5 @@
- else
Never
- %td
- .pull-right
- = link_to 'Revoke', namespace_project_trigger_path(@project.namespace, @project, trigger), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-danger btn-sm btn-grouped"
+ %td.text-right
+ = link_to 'Revoke', namespace_project_trigger_path(@project.namespace, @project, trigger), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-warning btn-sm"