fbac7a9822115417fff18ae993ad3d906ae05b21
[selectricity] / app / views / layouts / elections.rhtml
1 <html>
2 <head>
3   <title>Elections: <%= controller.action_name %></title>
4   <%= javascript_include_tag "prototype", "effects" %>
5   <%= stylesheet_link_tag 'scaffold' %>
6 </head>
7 <body>
8
9 <p style="color: green"><%= flash[:notice] %></p>
10
11 <%= @content_for_layout %>
12
13 </body>
14 </html>

Benjamin Mako Hill || Want to submit a patch?