blob: 6744a27ceb819d0c5b3cbe8a0b54e427a386f76d (
plain)
1
2
3
4
5
6
7
8
9
|
<% @title = "Help out" %>
<%= render :partial => 'sidebar' %>
<h1>Help us!</h1>
<p>This is a custom "help out" page, showing how you can add new pages to Alaveteli from a theme. There's no navigation to it, though! You'd need to add that in your own custom <code>_sidebar.rhtml</code></p>
|