mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
14 lines
360 B
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 /--> |