fix: #9018
parent
1f5f2e1d96
commit
e45b5cba81
@ -0,0 +1,12 @@
|
||||
<div class="outgoing">
|
||||
<!-- IMPORT partials/breadcrumbs.tpl -->
|
||||
<div class="well">
|
||||
<h3>
|
||||
[[notifications:outgoing_link_message, {title}]]
|
||||
</h3>
|
||||
<p>
|
||||
<a href="{outgoing}" rel="nofollow noopener noreferrer" class="btn btn-primary btn-lg">[[notifications:continue_to, {outgoing}]]</a>
|
||||
<a id="return-btn" href="#" class="btn btn-lg btn-warning" onclick="history.back(); return false;">[[notifications:return_to, {title}]]</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue