From 26bbafd451da564adc2eb302db679bd4f4eecac5 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 16 Dec 2016 10:10:53 +0100 Subject: [PATCH] views: fix base url to omit scheme for when we connect through a https gateway --- app/views/alert.phtml | 4 ++-- app/views/github/index.phtml | 6 +++--- app/views/github/repo.phtml | 8 ++++---- app/views/layout.phtml | 6 +++--- app/views/modal/hook.phtml | 4 ++-- app/views/navbar.phtml | 12 ++++++------ app/views/pages/index.phtml | 4 ++-- app/views/pages/wiki.phtml | 2 +- 8 files changed, 23 insertions(+), 23 deletions(-) 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") ?>">