Sha256: 203c6205429f5cbaf883373fe1d5dc210c52058d47c8024b439f850980c162a4
Contents?: true
Size: 1.86 KB
Versions: 3
Compression:
Stored size: 1.86 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title><%= @project.slug %> - ginst</title> <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> <meta name="description" content="Git Integration System" /> <meta name="keywords" content="git integration system" /> <meta name="robots" content="index, follow, noarchive" /> <meta name="googlebot" content="noarchive" /> <link rel="stylesheet" href="/stylesheets/screen.css" type="text/css" media="screen" charset="utf-8"> <link rel="stylesheet" href="/stylesheets/print.css" type="text/css" media="print" charset="utf-8"> <!--[if lte IE 6]><link rel="stylesheet" href="/stylesheets/lib/ie.css" type="text/css" media="screen" charset="utf-8"><![endif]--> <%= javascript_include_tag "jquery-1.3.2.min" %> <%= javascript_tag 'jQuery.ajaxSetup({ "beforeSend": function(xhr) {xhr.setRequestHeader("Accept", "text/javascript")} });' %> <%= yield :head %> </head> <body> <div id="page"> <div id="header"> <h1><%= @project.slug %></h1> <ul class="tabs"> <%= plugins_links %> <li><%= link_to 'Commits', project_commits_path(@project) %></li> <li><%= link_to 'Tasks', project_tasks_path(@project) %></li> <li><%= link_to 'Admin', edit_project_path(@project) %></li> </ul> </div> <%= yield :submenu %> <div id="body" class="wrapper"> <%= yield %> </div> <!-- <div id="footer"> <ul class="tabs"> <li><a href="#">Lorem</a></li> <li><a href="#">Ipsum</a></li> <li><a href="#">Dolor</a></li> <li><a href="#">Consectetur</a></li> <li><a href="#">Eiusmod</a></li> </ul> --> <p class="quiet"><small>Ginst Project</small></p> </div> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ginst-2009.12.8 | app/views/layouts/projects.html.erb |
ginst-2009.11.24 | app/views/layouts/projects.html.erb |
ginst-2009.11.23 | app/views/layouts/projects.html.erb |