From ecc4b64a23d0d27d5a1a2eb472082123cdf985cd Mon Sep 17 00:00:00 2001 From: Holger Jeromin Date: Sat, 12 Sep 2015 20:50:48 +0200 Subject: [PATCH 1/1] Use HTML5 picture element to prefer SVG logo --- app/views/layouts/_header.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 09a75d891..7e4dd96d3 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -1,7 +1,10 @@

- <%= image_tag "osm_logo.png", :alt => t('layouts.logo.alt_text'), :class => 'logo' %> + + " type="image/svg+xml"> + <%= image_tag "osm_logo.png", :alt => t('layouts.logo.alt_text'), :class => 'logo' %> + <%= t 'layouts.project_name.h1' %>

-- 2.43.2