Cosmetic enhancements to Netmail/Echomail view. Fix route to show packets with more than 0-9a-f names.
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user