Browse Source

update reply link

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

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

@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
•
<a href="{{ path('room_namespace', { namespace : request.get('namespace') }) }}#{{ post.txid }}" title="{{ 'time:' | trans }} {{ post.transaction.time }} / {{ 'confirmations:' | trans }} {{ post.transaction.confirmations }}">{{ post.transaction.timestamp | format_ago }}</a>
&bull;
<a href="{{ path('room_namespace', { namespace : request.get('namespace'), txid : post.txid }) }}#{{ post.txid }}">{{ 'quote' | trans }}</a>
<a href="{{ path('room_namespace', { namespace : request.get('namespace'), txid : post.txid }) }}#{{ post.txid }}">{{ 'reply' | trans }}</a>
<p>
{{ post.value }}
</p>

Loading…
Cancel
Save