decide.nolog.cz/app/templates/error.hbs
jelhan 398453c1e4 do encryption / decryption in serializer
before it was done as computed properties of model

accessing encryption key in serializer is done via global application var.
this should be removed in long-term
2015-08-19 22:00:01 +02:00

11 lines
260 B
Handlebars

<div class="box">
<h2>error</h2>
<p>
{{#if isDecryptionError}}
Decryption failed. Please double check the URL. Make sure that no
character is missing.
{{else}}
We are sorry. An unexpected error occurred.
{{/if}}
</p>
</div>