チェックインノートの改行を表示に反映し、URLっぽい文字列をリンク化するようにした
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<!-- note -->
|
||||
@if (!empty($ejaculation['note']))
|
||||
<p class="mb-0">
|
||||
{{ $ejaculation['note'] }}
|
||||
{!! Formatter::linkify(nl2br(e($ejaculation['note']))) !!}
|
||||
</p>
|
||||
@endif
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user