Vulcan/client/views/errors/not_found.html
Daniel Chcouri 2605dcb27c Convert translation keys format to tap:i18n standard
all_lower_cased_underscored_sperated names
2014-11-19 00:00:09 +08:00

6 lines
No EOL
195 B
HTML

<template name="notFound">
<div class="grid-small grid-block dialog">
<h2>{{i18n "not_found"}}</h2>
<p>{{i18n "were_sorry_whatever_you_were_looking_for_isnt_here"}}</p>
</div>
</template>