Remove link from system hook

Closes #12672
This commit is contained in:
Robert Speicher 2016-01-24 15:27:50 -08:00
parent 07ee83932f
commit 0ae588255c
1 changed files with 1 additions and 2 deletions

View File

@ -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