Commit cfe89832722c50e798d73ac43d6e0ae7d7fb78e9
1 parent
3a1022e3
Exists in
master
and in
4 other branches
Remove link to non-existing page. Fixes #2620
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/hooks/index.html.haml
... | ... | @@ -34,8 +34,8 @@ |
34 | 34 | %tr |
35 | 35 | %td |
36 | 36 | %span.badge.badge-info POST |
37 | - = link_to project_hook_path(@project, hook) do | |
38 | - %strong= hook.url | |
37 | + → | |
38 | + %span.monospace= hook.url | |
39 | 39 | %td |
40 | 40 | .right |
41 | 41 | = link_to 'Test Hook', test_project_hook_path(@project, hook), class: "btn small grouped" | ... | ... |