binds the ie alert close link to a cookie that will be checked before showing the alert the next time
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
<%= render 'layouts/header' %>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<% if browser.ie? %>
|
||||
<% if browser.ie? && cookies['ie_alert_closed'] != 'true' %>
|
||||
<div data-alert class="alert-box info ie-alert-box">
|
||||
<a href="#" class="close">×</a>
|
||||
<a href="#" class="close ie-alert-box-close-js">×</a>
|
||||
<h2><%= t("layouts.application.ie_title") %></h2>
|
||||
<p>
|
||||
<%= t("layouts.application.ie",
|
||||
|
||||
Reference in New Issue
Block a user