✏️ fix: update bug report link format
This commit is contained in:
parent
a61911d7df
commit
6178e8e642
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user