aurweb/templates/partials/footer.html
Leonidas Spyropoulos d79d7bdd1e
docs: update issues url to gitlab
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
2022-02-08 17:57:50 +00:00

18 lines
830 B
HTML

<div id="footer">
<p>
aurweb <a href="https://gitlab.archlinux.org/archlinux/aurweb/-/commits/{{ config.AURWEB_VERSION }}">{{ config.AURWEB_VERSION }}</a>
{% if commit_hash %}
-
{% if commit_url %}
<a href="{{ commit_url | format(commit_hash) }}">
HEAD@{{ commit_hash }}
</a>
{% else %}
HEAD@{{ commit_hash }}
{% endif %}
{% endif %}
</p>
<p>Report issues <a href="https://gitlab.archlinux.org/archlinux/aurweb/-/issues/new?issuable_template=Bug">here</a>.</p>
<p>Copyright &copy; 2004-{{ now.strftime("%Y") }} aurweb Development Team.</p>
<p>{% trans %}AUR packages are user produced content. Any use of the provided files is at your own risk.{% endtrans %}</p>
</div>