diff --git a/app/helpers/menu_items_helper.rb b/app/helpers/menu_items_helper.rb index d85a872..de47aae 100644 --- a/app/helpers/menu_items_helper.rb +++ b/app/helpers/menu_items_helper.rb @@ -13,7 +13,7 @@ module MenuItemsHelper end name = menu_item_lang.name if menu_item_lang.enabled == true and menu_item_lang.visible == true - link_to name, menu_item_path(:url => menu_item_lang.url, :lang => @lang.slug), :class => ("active" if active) + link_to name, menu_item_path(:url => menu_item_lang.url, :lang => @lang.slug), :class => ("active" if active), :title => "Accessibilité PMR - #{name} " end end diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index b834abb..bed5f74 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -7,7 +7,7 @@ %html{:lang => "fr", "xml:lang" => "fr", :xmlns => "http://www.w3.org/1999/xhtml"} %head - %title=@title.to_s+" " + %title="Accessibilité PMR - "+@title.to_s+" - Access PMR " %meta{:name=>"viewport", :content=>"width=device-width,initial-scale=1"} diff --git a/public/carte-pmr.png b/public/carte-pmr.png index b191d46..47bed7c 100644 Binary files a/public/carte-pmr.png and b/public/carte-pmr.png differ