From 6178e8e642fce10fcb2be378dc4440b754fe804d Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 15 Aug 2023 12:20:45 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix:=20update=20bug=20repo?= =?UTF-8?q?rt=20link=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/macros/create_history_url.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros/create_history_url.html b/templates/macros/create_history_url.html index 2582aaa..618ba23 100644 --- a/templates/macros/create_history_url.html +++ b/templates/macros/create_history_url.html @@ -24,7 +24,7 @@ {{ repository_url ~ '/-/commits/' ~ branch ~ '/' }}{{ relative_path | urlencode }} {% else %} {# Throw an error with a direct link to report a bug for unsupported or unspecified platforms #} - {{ throw(message="ERROR: Unknown, unsupported, or unspecified git platform. If you're using a custom domain, please specify the 'git_platform' in the config. If you think this is a bug, report it [here](https://github.com/welpo/tabi/issues/new?assignees=&labels=bug&template=bug_report.md&title=Unsupported%20Git%20Platform%20Detected).") }} + {{ throw(message="ERROR: Unknown, unsupported, or unspecified git platform. If you're using a custom domain, please specify the 'git_platform' in the config. If you think this is a bug, please report it: https://github.com/welpo/tabi/issues/new?assignees=&labels=bug&template=bug_report.md&title=Unsupported%20Git%20Platform%20Detected") }} {% endif %} {% endmacro %}