1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-02 05:21:39 +02:00
vroom/templates/default/noscript.html.ep
2015-07-23 14:15:30 +02:00

10 lines
212 B
Plaintext

<noscript>
<div class="row">
<div class="col-md-6 col-md-offset-3 alert alert-danger">
<p class="text-center">
%= l('JS_REQUIRED')
</p>
</div>
</div>
</noscript>