1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-28 01:39:29 +02:00
vroom/templates/default/noscript.html.ep
Daniel Berteaud 12b6e41d6d Remove all the hardcoded <center> horrors
Replaced with text-center or center-block class
Plus other minor HTML cleanups
2014-06-28 15:19:16 +02:00

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