modifs layout pic vert : langue, stylograph, titre
This commit is contained in:
parent
20a2f22bd7
commit
d43c8d55f0
@ -1,24 +1,20 @@
|
|||||||
!!!
|
!!!
|
||||||
%html{:lang => "en"}
|
%html{:lang => "fr"}
|
||||||
%head
|
%head
|
||||||
%meta{:charset => "utf-8"}/
|
%meta{:charset => "utf-8"}/
|
||||||
%meta{:content => "IE=Edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
|
%meta{:content => "IE=Edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
|
||||||
%meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/
|
%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"
|
=javascript_include_tag "forum"
|
||||||
=stylesheet_link_tag "forum"
|
=stylesheet_link_tag "forum"
|
||||||
= csrf_meta_tags
|
= 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>
|
<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"
|
=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
|
=current_fuser.name
|
||||||
%b.caret
|
%b.caret
|
||||||
%ul.dropdown-menu
|
%ul.dropdown-menu
|
||||||
|
%li=link_to "Mon profil", [:forum, current_fuser]
|
||||||
%li.divider
|
%li.divider
|
||||||
%li=link_to "se déconnecter", logout_forum_auths_path, :method => :delete
|
%li=link_to "se déconnecter", logout_forum_auths_path, :method => :delete
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user