1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-03 04:53:53 +00:00
pixelfed/resources/views/vendor/mail/html/panel.blade.php

14 lines
308 B
PHP
Raw Normal View History

2019-06-07 03:14:51 +00:00
<table class="panel" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="panel-content">
<table width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="panel-item">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>
2019-06-07 03:14:51 +00:00
</table>