Sha256: 47b45ea49936f2cce167b9e283293ad1c6b665f2a86a8d7af3f0a07f04667634
Contents?: true
Size: 953 Bytes
Versions: 1
Compression:
Stored size: 953 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <title><%=h page_title %></title> <%= stylesheet_link_tag 'pictrails' %> <%= yield :head %> </head> <body> <div id="title"> <h1><%= this_webapp.webapp_name %></h1> <span id="slogan"><%= this_webapp.webapp_subtitle%></span> </div> <div id="breadcrumb"> <%= breadcrumbs %> </div> <div id="container"> <div id="menubar"> <dl> <%= render :partial => 'galleries/sidebar_gallery' %> <%= render :partial => 'tags/sidebar_tag' %> </dl> </div> <div id="content"> <%= yield %> </div> </div> <p id="footer">powered by <a href="http://pictrails.rubyforge.org/">Pictrails</a></p> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pictrails-0.5.0 | app/views/layouts/application.html.erb |