1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-02 12:13:12 +02:00
vroom/templates/default/noscript.html.ep

10 lines
212 B
Plaintext
Raw 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>