modifs layout pic vert : langue, stylograph, titre
This commit is contained in:
parent
20a2f22bd7
commit
d43c8d55f0
@ -1,23 +1,19 @@
|
||||
!!!
|
||||
%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'
|
||||
|
||||
<script src="/ace_editor/ace-uncompressed-noconflict.js" type="text/javascript" charset="utf-8"></script>
|
||||
=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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user