1
0
Fork 0

Add missing first file/line in exception template

This commit is contained in:
Hypolite Petovan 2020-12-30 21:15:01 -05:00
commit beaef12296
2 changed files with 11 additions and 3 deletions

View file

@ -2,8 +2,10 @@
<img class="hare" src="images/friendica-404_svg_flexy-o-hare.png"/>
<h1>{{$title}}</h1>
<p>{{$message}}</p>
{{if $trace}}
<pre>{{$trace nofilter}}</pre>
{{if $thrown}}
<pre>{{$thrown}}
{{$stack_trace}}
{{$trace}}</pre>
{{/if}}
<p><button type="button" onclick="window.history.back()" class="btn btn-primary">{{$back}}</button></p>
</div>