Files
NodeBB/src/views/outgoing.tpl
Barış Soner Uşaklı 844cb91beb feat: update all language keys to use - instead of _ (#12059)
* feat: update all language keys to use - instead of _

* refactor: update language keys
2023-10-05 12:48:50 -04:00

8 lines
393 B
Smarty

<div class="flex-fill outgoing d-flex flex-column gap-3 align-items-center">
<h4>
[[notifications:outgoing-link-message, {title}]]
</h4>
<a href="{outgoing}" rel="nofollow noopener noreferrer" class="btn btn-primary">[[notifications:continue-to, {outgoing}]]</a>
<a href="#" class="btn btn-warning" onclick="history.back(); return false;">[[notifications:return-to, {title}]]</a>
</div>