Message should be within the p tags on one line
This commit is contained in:
@@ -23,9 +23,7 @@
|
||||
</div>
|
||||
@if($incident->hasMessage())
|
||||
<div class="panel-body">
|
||||
<p>
|
||||
{{ $incident->message }}
|
||||
</p>
|
||||
<p>{{ $incident->message }}</p>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user