diff options
| author | Ben Beltran <ben@nsovocal.com> | 2010-12-01 15:58:21 -0700 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2010-12-01 15:58:21 -0700 |
| commit | 396b06b88ac6a3afaf816fe29bce239269c3511e (patch) | |
| tree | 339708bc7b3f5721bbd51af1fc631302b0ef7769 /views/layoutmini.haml | |
| parent | 787621c343b12bbbb0922cc1faf4cdcaa5f4c245 (diff) | |
Cambio de Layout + Favicon
Agregué el favicon nuevo y cambié un poco el layout para darle más enfasis al texto.
Diffstat (limited to 'views/layoutmini.haml')
| -rw-r--r-- | views/layoutmini.haml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/views/layoutmini.haml b/views/layoutmini.haml new file mode 100644 index 0000000..23fbe14 --- /dev/null +++ b/views/layoutmini.haml @@ -0,0 +1,21 @@ +!!! 5 +%html + %head + -unless @grito.nil? + -if @grito.errors.empty? + %title= "#{@grito.title} - ¡Grita!" + -else + %title ¡Grita! + %link{:rel => 'stylesheet', :type => 'text/css', :href => '/style.css', :title => 'default'} + %link{:rel => "icon", :href => "/images/favicon.ico", :type => "image/x-icon"} + %link{:rel => "icon", :href => "/images/favicon.png", :type => "image/png"} + %meta{'http-equiv' => 'Contet-Type', :content => 'text/html; charset=utf-8' }/ + %body + #wrapper + #header + %a{:id => 'logomini', :href=> '/'}< + %span Grita! + %hr/ + #body + =yield + #footer
\ No newline at end of file |