From cfe89832722c50e798d73ac43d6e0ae7d7fb78e9 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 19 Jan 2013 12:50:44 +0200 Subject: [PATCH] Remove link to non-existing page. Fixes #2620 --- app/views/hooks/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/hooks/index.html.haml b/app/views/hooks/index.html.haml index 6a36c74..1fcf6e1 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" -- libgit2 0.21.2