Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Add upgrade banner to workspace for IE10- #437
Browse files Browse the repository at this point in the history
  • Loading branch information
reefdog committed Jan 5, 2017
1 parent c9a4bf7 commit bfb3d24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/layouts/workspace.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
</head>
<body class="<%= @bodyclass %> <%= @current_account ? 'logged_in' : '' %>">
<div class="dc-design-firewalled">
<!--[if lt IE 11]>
<div class="alert alert-banner alert-danger alert-center">
You seem to be running an older, unsupported version of Internet Explorer. We can’t guarantee all features will work properly unless you <%= link_to 'upgrade your browser', 'http://browsehappy.com/' %>.
</div>
<![endif]-->

<%= render partial: 'common/new/header' %>
<%= render partial: 'workspace/workspace_header' if @current_organization %>
Expand Down

0 comments on commit bfb3d24

Please sign in to comment.