mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-13 01:57:33 +01:00
8 lines
393 B
Smarty
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>
|