fix: outgoing style
parent
9e4bd4e916
commit
e070b851b1
@ -1,12 +1,12 @@
|
|||||||
<div class="outgoing">
|
<div class="outgoing d-flex flex-column gap-3">
|
||||||
<!-- IMPORT partials/breadcrumbs.tpl -->
|
<!-- IMPORT partials/breadcrumbs.tpl -->
|
||||||
<div class="card card-header">
|
<div class="card card-header p-3 border-0 shadow-none mb-3 gap-2">
|
||||||
<h4>
|
<h4>
|
||||||
[[notifications:outgoing_link_message, {title}]]
|
[[notifications:outgoing_link_message, {title}]]
|
||||||
</h4>
|
</h4>
|
||||||
<p>
|
<div class="d-flex flex-column gap-2">
|
||||||
<a href="{outgoing}" rel="nofollow noopener noreferrer" class="btn btn-primary btn-lg mw-100 text-truncate">[[notifications:continue_to, {outgoing}]]</a>
|
<a href="{outgoing}" rel="nofollow noopener noreferrer" class="btn btn-primary text-truncate">[[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>
|
<a href="#" class="btn btn-warning" onclick="history.back(); return false;">[[notifications:return_to, {title}]]</a>
|
||||||
</p>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue