Remove link to non-existing page. Fixes #2620
This commit is contained in:
parent
3a1022e381
commit
cfe8983272
|
@ -34,8 +34,8 @@
|
||||||
%tr
|
%tr
|
||||||
%td
|
%td
|
||||||
%span.badge.badge-info POST
|
%span.badge.badge-info POST
|
||||||
= link_to project_hook_path(@project, hook) do
|
→
|
||||||
%strong= hook.url
|
%span.monospace= hook.url
|
||||||
%td
|
%td
|
||||||
.right
|
.right
|
||||||
= link_to 'Test Hook', test_project_hook_path(@project, hook), class: "btn small grouped"
|
= link_to 'Test Hook', test_project_hook_path(@project, hook), class: "btn small grouped"
|
||||||
|
|
Loading…
Reference in a new issue