AgileVentures/LocalSupport

View on GitHub
app/views/layouts/_cookie_alert.html.erb

Summary

Maintainability
Test Coverage
<div id="cookie-message" style="display: block;">

  <div id="cookie-message-inner" class="content">
    <div class="row">
      <h2>Cookie Policy</h2>
      <%= link_to 'Close', cookies_allow_path, :method => 'POST', :id => 'accept_cookies', :class => 'btn btn-primary' %>

    <p>We use cookies to give you the best experience on our website. If you continue without changing your cookie
      settings, we assume that you consent to our use of cookies on this device. You can change your cookie settings at
      any time but if you do, you may lose some functionality on our website. More information can be found in our
      <%= link_to 'terms of use.', page_path('disclaimer') %>
    </div>
  </div>
</div>