Files
coriolis/app/views/page-error.html

14 lines
360 B
HTML

<div class="error">
<h1>
<span ng-if="msgPre">{{msgPre}}</span>
<small ng-if="msgHighlight">{{msgHighlight}}</small>
<span ng-if="msgPost">{{msgPost}}</span>
</h1>
<!-- TODO: add awesome relevant SVG based on code /-->
<p ng-if="path" ng-bind="path"></p>
<p ng-if="type" ng-bind="type"></p>
</div>
<!-- TODO: Add github issue link /-->