suite
This commit is contained in:
parent
c5a808eabd
commit
d40ebb00b6
@ -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
|
||||||
|
|
||||||
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user