mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +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">
|
||||
{% if show_package_link %}
|
||||
<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>
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user