gitlabhq/app/views/hooks/show.html.haml
Dmitriy Zaporozhets 2d3b6375f3 hooks scaffold
2012-01-04 02:07:56 +02:00

8 lines
252 B
Plaintext

= render "repositories/head"
= debug @hook
- if can? current_user, :admin_project, @project
.merge-tabs
.right
= link_to 'Remove', project_hook_path(@project, @hook), :confirm => 'Are you sure?', :method => :delete, :class => "red-button"