diff --git a/app/assets/images/logo_email_gobierno_abierto.png b/app/assets/images/logo_email_gobierno_abierto.png index 8fe100fce..5c865e102 100644 Binary files a/app/assets/images/logo_email_gobierno_abierto.png and b/app/assets/images/logo_email_gobierno_abierto.png differ diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index dbf21aade..b9e33e7b3 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -4,7 +4,7 @@ - <%= content_for?(:title) ? yield(:title) : "Participación" %> + <%= content_for?(:title) ? yield(:title) : "Gobierno abierto" %> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "vendor/modernizr" %> <%= javascript_include_tag "application", 'data-turbolinks-track' => true %> diff --git a/app/views/layouts/devise.html.erb b/app/views/layouts/devise.html.erb index 5fae13e8e..f18364c43 100644 --- a/app/views/layouts/devise.html.erb +++ b/app/views/layouts/devise.html.erb @@ -4,7 +4,7 @@ - <%= content_for?(:title) ? yield(:title) : "Participación" %> + <%= content_for?(:title) ? yield(:title) : "Gobierno abierto" %> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "vendor/modernizr" %> <%= javascript_include_tag "application", 'data-turbolinks-track' => true %>