Extra buttons

This commit is contained in:
James Cole
2018-01-12 20:37:56 +01:00
parent e34e43173c
commit 517731cb59
5 changed files with 63 additions and 41 deletions

View File

@@ -99,8 +99,7 @@
<div class="box-header with-border">
<h3 class="box-title">{{ trans('form.notes') }}</h3>
</div>
<div class="box-body">
{{ note.text|markdown }}
<div class="box-body markdown">{{ note.text|markdown }}
</div>
</div>