Skip to content

Commit

Permalink
don't use new hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
chloerei committed Mar 14, 2013
1 parent 170b191 commit 912971c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.haml
@@ -1,7 +1,7 @@
!!! 5 !!! 5
%html %html
%head %head
%meta{charset: "utf-8"} %meta{:charset => "utf-8"}
%meta{:name => "viewport", :content => "width=device-width, initial-scale=1.0"} %meta{:name => "viewport", :content => "width=device-width, initial-scale=1.0"}
%title= page_title_with_notification %title= page_title_with_notification
- if defined?(@subscribe_url) - if defined?(@subscribe_url)
Expand Down

0 comments on commit 912971c

Please sign in to comment.