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

10 lines
214 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">
<%=l 'JS_REQUIRED' %>
</p>
</div>
</div>
</noscript>