blob: 18689104fafef39ba9aee586fad0faeedefa80d3 (
plain)
1
2
3
4
5
6
7
8
9
|
<% @title = "About" %>
<%= render :partial => 'sidebar' %>
<h1 id="introduction">Introduction to WhatDoTheyKnow <a href="#introduction">#</a> </h1>
<p>This is a custom "about" page</p>
|