decide.nolog.cz/app/templates/error.hbs

11 lines
229 B
Handlebars
Raw Normal View History

2014-07-06 17:37:54 +02:00
<div class="box">
<h2>error</h2>
<p>
{{#if is404}}
Could not find the poll you tried to open. Perhaps it was
deleted?
{{else}}
We are sorry. An unexpected error occurred:<br/>
<b>{{model}}</b>
2014-07-06 17:37:54 +02:00
{{/if}}
</p>