mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-27 15:39:19 +00:00
Slight UI adjustments Allow Markdown in the intro text Add toggle for Devices Management panel
14 lines
309 B
PHP
14 lines
309 B
PHP
<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>
|
|
</table>
|
|
|