Started again with Rails 4
[feedcatcher.git] / app / views / layouts / application.html.erb
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Feedcatcher</title>
5 <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
6 <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
7 <%= csrf_meta_tags %>
8 </head>
9 <body>
10
11 <%= yield %>
12
13 </body>
14 </html>