Cosmetic enhancements to Netmail/Echomail view. Fix route to show packets with more than 0-9a-f names.

This commit is contained in:
2023-07-27 21:20:03 +10:00
parent e97a106178
commit ad8582ef52
3 changed files with 15 additions and 7 deletions

View File

@@ -1,10 +1,14 @@
@extends('layouts.app')
@section('htmlheader_title')
Message View
Echomail {{ $o->msgid }}
@endsection
@section('content')
<h3>Echomail</h3>
<div class="row pt-3">
<div class="col-12">
<h3>Echomail</h3>
@include('widgets.message',['msg'=>$o])
@include('widgets.message',['msg'=>$o])
</div>
</div>
@endsection