summaryrefslogtreecommitdiff
path: root/app/views/hooks/show.html.haml
blob: 56b5fa9d3a18162f5f2794892eb958d44a571f70 (plain)
1
2
3
4
5
6
7
= 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"