This commit is contained in:
Nicolas Bally 2017-12-04 23:46:51 +01:00
parent c5a808eabd
commit d40ebb00b6
3 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ module MenuItemsHelper
end end
name = menu_item_lang.name name = menu_item_lang.name
if menu_item_lang.enabled == true and menu_item_lang.visible == true 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
end end

View File

@ -7,7 +7,7 @@
%html{:lang => "fr", "xml:lang" => "fr", :xmlns => "http://www.w3.org/1999/xhtml"} %html{:lang => "fr", "xml:lang" => "fr", :xmlns => "http://www.w3.org/1999/xhtml"}
%head %head
%title=@title.to_s+" " %title="Accessibilité PMR - "+@title.to_s+" - Access PMR "
%meta{:name=>"viewport", :content=>"width=device-width,initial-scale=1"} %meta{:name=>"viewport", :content=>"width=device-width,initial-scale=1"}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 20 KiB