Skip to content

Commit

Permalink
#16 add csrf_meta_tags to layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdilek committed Sep 5, 2013
1 parent 9429352 commit e471486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
%link(rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/images/apple-touch-icon-72x72-precomposed.png")
%link(rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/images/apple-touch-icon-114x114-precomposed.png")

= csrf_meta_tags

/ Stylesheets (Don't change include order)
= stylesheet_link_tag 'application',
'//netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.min.css'
Expand Down
2 changes: 2 additions & 0 deletions app/views/layouts/hq/base.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
%link(rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/images/apple-touch-icon-72x72-precomposed.png")
%link(rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/images/apple-touch-icon-114x114-precomposed.png")

= csrf_meta_tags

/ Stylesheets (Don't change include order)
= stylesheet_link_tag 'application',
'//netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.min.css'
Expand Down

0 comments on commit e471486

Please sign in to comment.