From 8d12f61a45c796f1e1a069fbee6b53a78127a561 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Wed, 14 Oct 2015 16:13:24 +0200 Subject: [PATCH] Adds meta tags for IE --- app/views/layouts/admin.html.erb | 2 +- app/views/layouts/application.html.erb | 2 +- app/views/layouts/devise.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 6410aaa18..012bea2ab 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb @@ -4,7 +4,7 @@ - + <%= content_for?(:title) ? yield(:title) : "Admin" %> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "vendor/modernizr" %> diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 8c5b9ab9b..31f8715f1 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -3,7 +3,7 @@ - + <%= content_for?(:title) ? yield(:title) : "Gobierno abierto" %> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "vendor/modernizr" %> diff --git a/app/views/layouts/devise.html.erb b/app/views/layouts/devise.html.erb index 2b8f1cecd..3593cf4c3 100644 --- a/app/views/layouts/devise.html.erb +++ b/app/views/layouts/devise.html.erb @@ -3,7 +3,7 @@ - + <%= content_for?(:title) ? yield(:title) : "Gobierno abierto" %> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "vendor/modernizr" %>