summaryrefslogtreecommitdiff
path: root/app/views/hooks
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-29 22:29:21 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-29 22:29:21 +0200
commitfb617c61b95aef4615346a5e554db469384d9b6c (patch)
treee717a475075f30e23beb4d8aab35b1df77356292 /app/views/hooks
parent033aa1a885801c299a20ab39af6f897bb53dc3d4 (diff)
downloadgitlab-ce-fb617c61b95aef4615346a5e554db469384d9b6c.tar.gz
refactor buttons pt2
Diffstat (limited to 'app/views/hooks')
-rw-r--r--app/views/hooks/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/hooks/index.html.haml b/app/views/hooks/index.html.haml
index 98a82f110de..3d814ab4db8 100644
--- a/app/views/hooks/index.html.haml
+++ b/app/views/hooks/index.html.haml
@@ -38,5 +38,5 @@
%span.monospace= hook.url
%td
.right
- = link_to 'Test Hook', test_project_hook_path(@project, hook), class: "btn small grouped"
- = link_to 'Remove', project_hook_path(@project, hook), confirm: 'Are you sure?', method: :delete, class: "danger btn small grouped"
+ = link_to 'Test Hook', test_project_hook_path(@project, hook), class: "btn btn-small grouped"
+ = link_to 'Remove', project_hook_path(@project, hook), confirm: 'Are you sure?', method: :delete, class: "btn btn-remove btn-small grouped"