Skip to content

Instantly share code, notes, and snippets.

@munen
Created October 31, 2011 19:41
Show Gist options
  • Save munen/1328630 to your computer and use it in GitHub Desktop.
Save munen/1328630 to your computer and use it in GitHub Desktop.
git changes
diff --git a/app/views/layouts/pol.html.haml b/app/views/layouts/pol.html.haml
index 1340bfb..1b46a5c 100644
--- a/app/views/layouts/pol.html.haml
+++ b/app/views/layouts/pol.html.haml
@@ -3,11 +3,11 @@
%head
- content_for :title, "Panter llc - #{@page.title}"
!= render :partial => 'layouts/html_head'
- %meta(name='Description' content='Panter bietet umfassende, qualitativ hochstehende Beratungs-,Engineering- und Support-D
- %meta(name='Keywords' content='Consulting, Beratung, Software, Softwareentwicklung, Security, Monitoring, Interception, P
- %link(rel='shortcut icon' href='/favicon.ico')
- %link(rel='icon' href='/favicon.ico')
- %link(rel='alternate' href='http://twitter.com/statuses/user_timeline/84031797.rss' title='Panter llc News' type='applica
+ %meta{:name=>'Description', :content=>'Panter bietet umfassende, qualitativ hochstehende Beratungs-,Engineering- und Supp
+ %meta{:name=>'Keywords', :content=>'Consulting, Beratung, Software, Softwareentwicklung, Security, Monitoring, Intercepti
+ %link{:rel=>'shortcut icon', :href=>'/favicon.ico'}
+ %link{:rel=>'icon', :href=>'/favicon.ico'}
+ %link{:rel=>'alternate', :href=>'http://twitter.com/statuses/user_timeline/84031797.rss', :title=>'Panter llc News', :typ
%body{ :class => body_style }
#header
@@ -29,7 +29,7 @@
.second-lvl
!= yield
#footer
- %ul#twitter(style="display:none")
+ %ul#twitter{:style=>"display:none"}
%li!=link_to 'PAN-TWITTER', 'http://www.twitter.com/panterch'
.title
!= link_to 'Impressum', '/impressum'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment