Files
pathfinder/public/templates/status/5xx.html
Mark Friedrich 9a3f45fdc7 - New map right "share map" added, closed #927
- Upgraded "[_Select2_](https://select2.org/)" js lib `v4.0.6-rc.1` → `v4.0.13`
- Fixed some issues where changed map settings (e.g. "share") do not get updated/stored, closed #889, closed #925
- Moved ajax endpoints for map create/update/delete into `/Api/Rest/` dir
- Minor UI improvements for "manual dialog" (fixed pixelated text)
2020-03-15 19:38:44 +01:00

22 lines
755 B
HTML

<div class="pf-splash pf-splash-error" data-status="error">
<div class="pf-color-line danger"></div>
<div class="pf-splash-title">
<h1>
<span class="txt-color txt-color-danger">
<i class="fas fa-fw fa-exclamation-circle"></i> Error - {{ @errorData->code }}
</span>
</h1>
<p class="lead">
Oooops, Something went wrong!
You have experienced a technical error. We apologize.<br><br>
Status: '{{ @errorData->status }}'<br>
<check if="{{ @errorData->text }}">
Message: {{ @errorData->text }}
</check>
</p>
</div>
<include if="{{ @DEBUG == 3 }}" href="{{ 'templates/ui/debug.html' }}" />
</div>