mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 09:33:44 +01:00
Fix title wrapping in /threads/
This commit is contained in:
parent
6150447c85
commit
0e9b8a1a82
@ -86,7 +86,7 @@
|
||||
by {{ t.author.display_name }}
|
||||
</div>
|
||||
|
||||
<div class="col-sm">
|
||||
<div class="col-sm-auto">
|
||||
{% if t.package %}
|
||||
{{ _("%(title)s by %(author)s",
|
||||
title="<b>" | safe + t.package.title + "</b>" | safe,
|
||||
@ -94,7 +94,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="col-sm text-muted text-right">
|
||||
<div class="col-sm-auto text-muted text-right">
|
||||
{{ t.created_at | datetime }}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user