refactor buttons pt2
This commit is contained in:
parent
033aa1a885
commit
fb617c61b9
49 changed files with 90 additions and 90 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue