mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 12:34:25 +00:00
update reply link
This commit is contained in:
parent
fa2f21321e
commit
8608557881
@ -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>
|
||||
•
|
||||
<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…
x
Reference in New Issue
Block a user