Display newline characters in notification view

This commit is contained in:
Adarnof
2016-02-18 19:42:00 +00:00
parent 8697d075a8
commit 3d82dd84c9
2 changed files with 7 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<div class="col-lg-12">
<div class="panel panel-{{ notif.level }}">
<div class="panel-heading">{{ notif.timestamp }} {{ notif.title }}</div>
<div class="panel-body">{{ notif.message }}</div>
<div class="panel-body"><pre>{{ notif.message }}</pre></div>
</div>
</div>
</div>