From: Michael Wallner Date: Fri, 16 Dec 2016 09:10:53 +0000 (+0100) Subject: views: fix base url to omit scheme for when we connect through a https gateway X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext.org;a=commitdiff_plain;h=26bbafd451da564adc2eb302db679bd4f4eecac5 views: fix base url to omit scheme for when we connect through a https gateway --- diff --git a/app/views/alert.phtml b/app/views/alert.phtml index 8a5a45a..c8c527f 100644 --- a/app/views/alert.phtml +++ b/app/views/alert.phtml @@ -3,10 +3,10 @@ e($exception->getMessage())) ?> (getCode() ?>)
- You might want to try to ">renew your token! + You might want to try to ">renew your token! - You might want to try to ">try again! + You might want to try to ">try again! diff --git a/app/views/github/index.phtml b/app/views/github/index.phtml index 070db76..ba0170f 100644 --- a/app/views/github/index.phtml +++ b/app/views/github/index.phtml @@ -28,7 +28,7 @@ - full_name) ?>"> + full_name) ?>"> e($repo->name) ?>
@@ -37,7 +37,7 @@ check($repo)) : ?> -
full_name ."/hook/del") ?>"> + full_name ."/hook/del") ?>">
-
full_name ."/hook/add") ?>"> + full_name ."/hook/add") ?>">