Sha256: 4faa6faca686d005ce0c13ffa4fce88c6dd3263af62861c81bc48d295725763f

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<!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>Coupler</title>
  <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <%= stylesheet_links %>
  <%= javascript_includes %>
</head>
<body>
<div id="main" class="container_16">

<div id="sidebar" class="grid_3">
<%= erb(:sidebar, :layout => false) %>
</div>

<div id="content" class="grid_13">
<%= breadcrumbs %>
<div class="inner">
  <%- if flash[:notice] -%>
  <div id="notice"<%= " class='#{flash[:notice_class]}'" if flash[:notice_class] %>><%= flash[:notice] %></div>
  <%- end -%>
  <%= yield %>
</div>
</div>
<div class="clear"></div>

<div id="about">
  <div class="text">
    Coupler is open source software.<br/>
    View the source <a href="http://github.com/coupler/coupler">here</a>.
  </div>
</div>

</div>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
coupler-0.0.7-java webroot/views/layout.erb
coupler-0.0.6-java webroot/views/layout.erb
coupler-0.0.4-java webroot/views/layout.erb
coupler-0.0.3-java webroot/views/layout.erb
coupler-0.0.2-java webroot/views/layout.erb
coupler-0.0.1-java webroot/views/layout.erb