Now with extra protection - tests!
[railsex.git] / test / app / views / layouts / application.html.erb
blob278907f94fb6bbe52a92360f828633e943de2251
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6   <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
7   <title>People: <%= controller.action_name %></title>
8 </head>
9 <body>
11 <p style="color: green"><%= flash[:notice] %></p>
13 <%= yield  %>
15 </body>
16 </html>