diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-27 13:15:34 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-27 13:15:34 +0000 |
commit | 7a758a657e10c5b6a11355c9dad205178342096f (patch) | |
tree | f83cccdf28c68697966420c183259dd6aa6ac06b /lib/views/help/help_out.rhtml | |
parent | ece7981356e8b5dc9dd81a34b54f0666a81a462b (diff) |
Add examples of how a user might customise:
* routes
* gettext translations
* categories
Diffstat (limited to 'lib/views/help/help_out.rhtml')
-rw-r--r-- | lib/views/help/help_out.rhtml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/views/help/help_out.rhtml b/lib/views/help/help_out.rhtml new file mode 100644 index 0000000..6fadca4 --- /dev/null +++ b/lib/views/help/help_out.rhtml @@ -0,0 +1,9 @@ +<% @title = "Help out" %> + +<%= render :partial => 'sidebar' %> +<div id="left_column_flip"> + <h1>Help us!</h1> + + <p>This is a custom "help out" page, showing how you can add new pages to Alaveteli from within a theme.</p> +</div> + |