Add escape hatch links to the error page

This commit is contained in:
Michael Lange
2018-11-07 16:09:23 -08:00
parent d75aa8f99a
commit ac43c0ab77

View File

@@ -30,5 +30,9 @@
<pre class="error-stack-trace"><code>{{errorStr}}</code></pre>
{{/if}}
</div>
<div class="error-links">
{{#link-to "jobs" class="button is-white"}}Go to Jobs{{/link-to}}
{{#link-to "clients" class="button is-white"}}Go to Clients{{/link-to}}
</div>
</div>
{{/unless}}