Vulcan/client/views/errors/no_rights.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

5 lines
No EOL
157 B
HTML

<template name="no_rights">
<div class="grid-small grid-block dialog">
{{i18n "sorry_you_dont_have_the_rights_to_view_this_page"}}
</div>
</template>