Display msgid's smaller for Netmail/Echomail H1 headings

This commit is contained in:
2024-05-13 09:24:35 +10:00
parent f912e81ee6
commit b9b5cf4214
3 changed files with 9 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
@section('content')
<div class="row">
<div class="col-12">
<h1>Echomail [{{ $o->msgid ?: '-' }}] <small class="float-end">#{{ $o->id }}</small></h1>
<h1>Echomail <small>{{ $o->msgid ?: '-' }}</small> <small class="float-end">#{{ $o->id }}</small></h1>
@include('widgets.message',['msg'=>$o])
</div>