BathHacked/energy-sparks

View on GitHub
app/views/schools/transport_surveys/_no_javascript_warning.html.erb

Summary

Maintainability
Test Coverage
<noscript>
  <style> .jsonly { display: none } </style>
  <div class="alert alert-danger" role="alert">
    <%= t('schools.transport_surveys.edit.no_javascript_warning') %>
  </div>
</noscript>