From 3e9fc7934f609d40948c343fd31fea035a573e32 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 7 Jun 2022 15:08:58 +0200 Subject: [PATCH] [mod] source code url: GIT_URL + '/tree/' + GIT_BRANCH The link 'Source code' in the footer should link to the branch URL: GIT_URL + '/tree/' + GIT_BRANCH This URL fits at least for github and gitlab. BTW clear the naming and replace: - `searx_git_url` and `searx_git_branch` by `GIT_URL` and `GIT_BRANCH` - 'searx_version' by 'searxng_version' Signed-off-by: Markus Heiser --- searx/templates/simple/base.html | 6 +++--- searx/templates/simple/new_issue.html | 8 ++++---- searx/utils.py | 4 ++-- searx/webapp.py | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index d8eaaa02b..b7aced8ca 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -4,7 +4,7 @@ - + @@ -51,8 +51,8 @@