refactor: get rid of floats in deleted-message.tpl
parent
967b9840cf
commit
f055b7fb74
@ -1,11 +1,8 @@
|
|||||||
<div component="topic/deleted/message" class="alert alert-warning mt-3{{{ if !deleted }}} hidden{{{ end }}} clearfix">
|
<div component="topic/deleted/message" class="alert alert-warning mt-3{{{ if !deleted }}} hidden{{{ end }}} d-flex justify-content-between flex-wrap">
|
||||||
<span class="float-start">[[topic:deleted_message]]</span>
|
<span>[[topic:deleted_message]]</span>
|
||||||
<span class="float-end">
|
<span>
|
||||||
{{{ if deleter }}}
|
{{{ if deleter }}}
|
||||||
<a href="{config.relative_path}/user/{deleter.userslug}">
|
<a class="fw-bold" href="{config.relative_path}/user/{deleter.userslug}">{deleter.username}</a> <small class="timeago" title="{deletedTimestampISO}"></small>
|
||||||
<strong>{deleter.username}</strong>
|
|
||||||
</a>
|
|
||||||
<small class="timeago" title="{deletedTimestampISO}"></small>
|
|
||||||
{{{ end }}}
|
{{{ end }}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
@ -1,9 +1,6 @@
|
|||||||
<div component="topic/merged/message" class="alert alert-warning mt-3 clearfix">
|
<div component="topic/merged/message" class="alert alert-warning mt-3 d-flex justify-content-between flex-wrap">
|
||||||
<span class="float-start">[[topic:merged_message, {config.relative_path}/topic/{mergeIntoTid}, {merger.mergedIntoTitle}]]</span>
|
<span>[[topic:merged_message, {config.relative_path}/topic/{mergeIntoTid}, {merger.mergedIntoTitle}]]</span>
|
||||||
<span class="float-end">
|
<span>
|
||||||
<a href="{config.relative_path}/user/{merger.userslug}">
|
<a class="fw-bold" href="{config.relative_path}/user/{merger.userslug}">{merger.username}</strong></a> <small class="timeago" title="{mergedTimestampISO}"></small>
|
||||||
<strong>{merger.username}</strong>
|
|
||||||
</a>
|
|
||||||
<small class="timeago" title="{mergedTimestampISO}"></small>
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue