From 7a758a657e10c5b6a11355c9dad205178342096f Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Fri, 27 Jan 2012 13:15:34 +0000 Subject: Add examples of how a user might customise: * routes * gettext translations * categories --- lib/views/help/_sidebar.rhtml | 21 +++++++++++++++++++++ lib/views/help/help_out.rhml | 9 +++++++++ lib/views/help/help_out.rhtml | 9 +++++++++ 3 files changed, 39 insertions(+) create mode 100644 lib/views/help/_sidebar.rhtml create mode 100644 lib/views/help/help_out.rhml create mode 100644 lib/views/help/help_out.rhtml (limited to 'lib/views/help') diff --git a/lib/views/help/_sidebar.rhtml b/lib/views/help/_sidebar.rhtml new file mode 100644 index 0000000..92dd49a --- /dev/null +++ b/lib/views/help/_sidebar.rhtml @@ -0,0 +1,21 @@ +
+

Help pages

+ + +

Contact us

+

If your question isn't answered here, or you just wanted to let us know + something about the site, contact us. +

+
+ + diff --git a/lib/views/help/help_out.rhml b/lib/views/help/help_out.rhml new file mode 100644 index 0000000..6744a27 --- /dev/null +++ b/lib/views/help/help_out.rhml @@ -0,0 +1,9 @@ +<% @title = "Help out" %> + +<%= render :partial => 'sidebar' %> + +

Help us!

+ +

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 _sidebar.rhtml

+ + 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' %> +
+

Help us!

+ +

This is a custom "help out" page, showing how you can add new pages to Alaveteli from within a theme.

+
+ -- cgit v1.2.3