Sha256: 0fe56541b7b6c7b53235a58cb3b6d6528797fcdf56ee11a89a579b23cc7b607f

Contents?: true

Size: 1.86 KB

Versions: 2

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">
        <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>
        <%= plugins_links %>
      </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

2 entries across 2 versions & 1 rubygems

Version Path
ginst-2.0.1 app/views/layouts/projects.html.erb
ginst-2.0.0 app/views/layouts/projects.html.erb