Files
coriolis/app/views/page-error.html
2015-05-04 18:31:34 -07:00

20 lines
869 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>
<div style="text-align:left; font-size:0.8em; width: 43em; margin:0 auto;" >
<a href="https://github.com/cmmcleod/ed-shipyard" target="_blank" title="Coriolis Github Project">Create an issue on Github</a>
if you this if this keeps happening. <a href="#" ng-click="showDetails = !showDetails">Add these details</a>
<div style="margin-top: 2em;" ng-show="showDetails">
<div>Browser:<br>{{browser}}</div>
<div ng-if="path" >Path:<br>{{path}}</div>
<div ng-if="type">Error:<br>{{type}}</div>
<div ng-if="errorMessage">Message:<pre>{{errorMessage}}</pre></div>
<div ng-if="details">Details:<br><pre>{{details}}<pre></div>
</div>
</div>
</div>