diff --git a/app/views/layouts/forum.haml b/app/views/layouts/forum.haml index 778526b..1827c59 100644 --- a/app/views/layouts/forum.haml +++ b/app/views/layouts/forum.haml @@ -1,24 +1,20 @@ !!! -%html{:lang => "en"} +%html{:lang => "fr"} %head %meta{:charset => "utf-8"}/ %meta{:content => "IE=Edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/ %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/ - %title= @title || "Admin" + %title= @title || "Forum de l'association Le Pic Vert" =javascript_include_tag "forum" =stylesheet_link_tag "forum" = csrf_meta_tags + = stylesheet_link_tag '/fonts/Stylograph/stylesheet.css' =javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false®ion=FR" - %style=Pygments.css('.highlight') - - - - @@ -57,6 +53,7 @@ =current_fuser.name %b.caret %ul.dropdown-menu + %li=link_to "Mon profil", [:forum, current_fuser] %li.divider %li=link_to "se déconnecter", logout_forum_auths_path, :method => :delete