summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-24 15:27:50 -0800
committerRobert Speicher <rspeicher@gmail.com>2016-01-24 15:27:50 -0800
commit0ae588255cc224e8704f714843cf488949c11426 (patch)
treec57ac4539c3ae2ba59b804c44b251b2b45ea0db3
parent07ee83932fb755f4e0c89ba3bf172a6ae728d601 (diff)
downloadgitlab-ce-rs-issue-12672.tar.gz
Remove link from system hookrs-issue-12672
Closes #12672
-rw-r--r--app/views/admin/hooks/index.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/admin/hooks/index.html.haml b/app/views/admin/hooks/index.html.haml
index b120f4dea67..53b3cd04c68 100644
--- a/app/views/admin/hooks/index.html.haml
+++ b/app/views/admin/hooks/index.html.haml
@@ -37,8 +37,7 @@
- @hooks.each do |hook|
%li
.list-item-name
- = link_to admin_hook_path(hook) do
- %strong= hook.url
+ %strong= hook.url
%p SSL Verification: #{hook.enable_ssl_verification ? "enabled" : "disabled"}
.pull-right