Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-25 02:27:50 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-01-25 02:27:50 +0300
commit0ae588255cc224e8704f714843cf488949c11426 (patch)
treec57ac4539c3ae2ba59b804c44b251b2b45ea0db3 /app/views/admin/hooks
parent07ee83932fb755f4e0c89ba3bf172a6ae728d601 (diff)
Remove link from system hook
Closes #12672
Diffstat (limited to 'app/views/admin/hooks')
-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