attempt to make the error message look nicer
if this doesn't work because of too long detail texts I'd first try to make them more compat. otherwise we could have toggle-able details like chrome http://cl.ly/image/1u1e1g1f1L2o/Screen%20Shot%202015-01-22%20at%2019.12.58.png
This commit is contained in:
parent
ec20859ba0
commit
f90915a93a
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
||||||
<div class="flex fullscreenMessage">
|
<div class="flex fullscreenMessage">
|
||||||
<div class="error icon"></div><h2><%- @T('Opps.. I\'m sorry, something went wrong!' ) %></h2>
|
<div class="error icon"></div><h2><%- @T('Status Code') %>: <%= @status %>. <%= @detail %></h2>
|
||||||
<p><%- @T('Status Code') %>: <%= @status %></p>
|
|
||||||
<p><%= @detail %></p>
|
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue