diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-27 18:45:51 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-27 18:45:51 +0000 |
commit | 48b6b0a4468a3bb43c7f59cf8c1a223d426b0d27 (patch) | |
tree | f847d4590158771c75cb928bd0747895731f5c30 | |
parent | 5e48c1b851010a2af7ae922b1fb8588559c26e1e (diff) | |
parent | 0ae588255cc224e8704f714843cf488949c11426 (diff) | |
download | gitlab-ce-48b6b0a4468a3bb43c7f59cf8c1a223d426b0d27.tar.gz |
Merge branch 'rs-issue-12672' into 'master'
Remove link from system hook
Closes #12672
See merge request !2588
-rw-r--r-- | app/views/admin/hooks/index.html.haml | 3 |
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 |