vroom/templates/default/noscript.html.ep

10 lines
212 B
Plaintext
Raw Permalink Normal View History

<noscript>
<div class="row">
<div class="col-md-6 col-md-offset-3 alert alert-danger">
<p class="text-center">
2015-07-23 14:15:30 +02:00
%= l('JS_REQUIRED')
</p>
</div>
</div>
</noscript>