= render "repositories/head"
%h3
  %span.commit.tag POST
  = @hook.url


- if can? current_user, :admin_project, @project
  .merge-tabs
    = link_to 'Test Hook', test_project_hook_path(@project, @hook), :class => "grey-button"
    .right
      = link_to 'Remove', project_hook_path(@project, @hook), :confirm => 'Are you sure?', :method => :delete, :class => "red-button"