Browse Source

update post info

main
ghost 7 months ago
parent
commit
6275f7d427
  1. 2
      templates/default/room/index.html.twig

2
templates/default/room/index.html.twig

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
@{{ 'anonymous' | trans }}
</strong>
{% endif %}
<a href="#{{ post.txid }}" title="{{ 'time:' | trans }} {{ post.transaction.time }} / {{ 'block:' | trans }} {{ post.height }}{# / {{ 'confirmations:' | trans }} {{ post.transaction.confirmations }}#}">
<a href="#{{ post.txid }}" title="{{ 'time:' | trans }} {{ post.transaction.time }} / {{ 'confirmations:' | trans }} {{ post.transaction.confirmations }}">
{{ post.transaction.timestamp | format_ago }}
</a>
<p>

Loading…
Cancel
Save