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

12 lines
224 B
HTML

<div>
<h1>Error {{type}}</h1>
<h2 ng-bind="message"></h2>
<p ng-if="path" ng-bind="path"></p>
</div>
<!-- TODO: formatting /-->
<!-- TODO: add awesome relevant SVG based on code /-->
<!-- TODO: Add github issue link /-->