Sha256: a5856b556bc833d8fc432e821d61412fcf55522c3d76849dab44c0a62d1e0b0c
Contents?: true
Size: 811 Bytes
Versions: 1
Compression:
Stored size: 811 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html> <head> <title>Pages: <%= controller.action_name %></title> <%= stylesheet_link_tag 'compages' %> <%= javascript_include_tag :defaults, :unobtrusive %> </head> <body> <p style="color: green" id="flash_notice" class="flash notice"><%= flash[:notice] %></p> <p style="color: red" id="flash_error" class="flash error"><%= flash[:error] %></p> <div id="wrapper"> <div id="journal-page" style=""> <%= @content_for_layout %> <div class="clear"/> </div> </div> <div id="journal-shadow"> Copyright © 2006 Elia Schito </div> </div> <%= javascript_tag( visual_effect :blind_down, 'journal-page', :duration => 0.5 ) %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
compages-0.4.0 | app/views/layouts/pages.rhtml |