summaryrefslogtreecommitdiff
path: root/app/views/layouts/_public_head_panel.html.haml
diff options
context:
space:
mode:
authorFrancesco Coda Zabetta <francesco.codazabetta@gmail.com>2014-12-15 11:11:38 +0100
committerFrancesco Coda Zabetta <francesco.codazabetta@gmail.com>2014-12-24 16:22:08 +0100
commit84b40a346a46ca75e7a8981999c6b74187328435 (patch)
tree67caa9f8f17ee1eb925f851c58290826c3ea8060 /app/views/layouts/_public_head_panel.html.haml
parentfe104386b16a73cbac1588aa5cce8319c6355ee9 (diff)
downloadgitlab-ce-84b40a346a46ca75e7a8981999c6b74187328435.tar.gz
check browser version, blacklisting outdated IE (version < 10)
Diffstat (limited to 'app/views/layouts/_public_head_panel.html.haml')
-rw-r--r--app/views/layouts/_public_head_panel.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/_public_head_panel.html.haml b/app/views/layouts/_public_head_panel.html.haml
index 9bfc14d16c1..02a5e4868d1 100644
--- a/app/views/layouts/_public_head_panel.html.haml
+++ b/app/views/layouts/_public_head_panel.html.haml
@@ -20,3 +20,4 @@
%li.visible-xs
= link_to "Sign in", new_session_path(:user, redirect_to_referer: 'yes')
+= render 'shared/outdated_browser'