diff --git a/app/views/hooks/index.html.haml b/app/views/hooks/index.html.haml index 6a36c749123012737c82e8d2b825f0e61a318e3a..1fcf6e1c57a6345cb0e888373c71b5e6d98a283c 100644 --- a/app/views/hooks/index.html.haml +++ b/app/views/hooks/index.html.haml @@ -34,8 +34,8 @@ %tr %td %span.badge.badge-info POST - = link_to project_hook_path(@project, hook) do - %strong= hook.url + → + %span.monospace= hook.url %td .right = link_to 'Test Hook', test_project_hook_path(@project, hook), class: "btn small grouped"