Commit cfe89832722c50e798d73ac43d6e0ae7d7fb78e9

Authored by Dmitriy Zaporozhets
1 parent 3a1022e3

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,8 +34,8 @@
34 %tr 34 %tr
35 %td 35 %td
36 %span.badge.badge-info POST 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 %td 39 %td
40 .right 40 .right
41 = link_to 'Test Hook', test_project_hook_path(@project, hook), class: "btn small grouped" 41 = link_to 'Test Hook', test_project_hook_path(@project, hook), class: "btn small grouped"