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