チェックインノートの改行を表示に反映し、URLっぽい文字列をリンク化するようにした

This commit is contained in:
shibafu
2017-11-03 23:47:38 +09:00
parent efea60fc81
commit 53f34c12cc
5 changed files with 70 additions and 4 deletions

View File

@@ -41,7 +41,7 @@
<!-- note -->
@if (!empty($ejaculation['note']))
<p class="mb-0">
{{ $ejaculation['note'] }}
{!! Formatter::linkify(nl2br(e($ejaculation['note']))) !!}
</p>
@endif
</li>