mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-10 23:17:37 +01:00
Clean up view package button on reviews
This commit is contained in:
parent
ee6de95a52
commit
daa2d2989e
@ -47,7 +47,9 @@
|
|||||||
<p class="mt-2 mb-0">
|
<p class="mt-2 mb-0">
|
||||||
{% if show_package_link %}
|
{% if show_package_link %}
|
||||||
<a class="btn btn-primary mr-1" href="{{ review.package.getDetailsURL() }}">
|
<a class="btn btn-primary mr-1" href="{{ review.package.getDetailsURL() }}">
|
||||||
{{ _("View %(title)s by %(author)s", title=review.package.title, author=review.package.author.display_name) }}
|
{{ _("%(title)s by %(author)s",
|
||||||
|
title="<b>" | safe + review.package.title + "</b>" | safe,
|
||||||
|
author=review.package.author.display_name) }}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user