]> git.r.bdr.sh - rbdr/grita/blob - views/layoutmini.haml
Cambio de Layout + Favicon
[rbdr/grita] / views / layoutmini.haml
1 !!! 5
2 %html
3 %head
4 -unless @grito.nil?
5 -if @grito.errors.empty?
6 %title= "#{@grito.title} - ¡Grita!"
7 -else
8 %title ¡Grita!
9 %link{:rel => 'stylesheet', :type => 'text/css', :href => '/style.css', :title => 'default'}
10 %link{:rel => "icon", :href => "/images/favicon.ico", :type => "image/x-icon"}
11 %link{:rel => "icon", :href => "/images/favicon.png", :type => "image/png"}
12 %meta{'http-equiv' => 'Contet-Type', :content => 'text/html; charset=utf-8' }/
13 %body
14 #wrapper
15 #header
16 %a{:id => 'logomini', :href=> '/'}<
17 %span Grita!
18 %hr/
19 #body
20 =yield
21 #footer