unicorn 4.3.1 - shutdown() fixes
[unicorn.git] / t / rails3-app / app / views / layouts / application.html.erb
blob89179cb8be114c8a833df15b2b74109f3f9514ba
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <title>App</title>
5   <%= stylesheet_link_tag :all %>
6   <%= javascript_include_tag :defaults %>
7   <%= csrf_meta_tag %>
8 </head>
9 <body>
11 <%= yield %>
13 </body>
14 </html>