diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-17 13:51:00 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-17 13:51:00 +0100 |
commit | f970cf5e7c2c68e51e886e77278e328d4d353e46 (patch) | |
tree | fb30c811888b34e415d465110b941734c12ee72d /lib/views/help/help_out.html.erb | |
parent | 65f8d78152b4840871f941909f0693be426b2dc5 (diff) |
Remove demo customizations
Diffstat (limited to 'lib/views/help/help_out.html.erb')
-rw-r--r-- | lib/views/help/help_out.html.erb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/views/help/help_out.html.erb b/lib/views/help/help_out.html.erb deleted file mode 100644 index 6fadca4..0000000 --- a/lib/views/help/help_out.html.erb +++ /dev/null @@ -1,9 +0,0 @@ -<% @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> - |