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

10 lines
216 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>