diff options
Diffstat (limited to 'lib/views/help/about.rhtml')
-rw-r--r-- | lib/views/help/about.rhtml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/views/help/about.rhtml b/lib/views/help/about.rhtml deleted file mode 100644 index a2b5ef2..0000000 --- a/lib/views/help/about.rhtml +++ /dev/null @@ -1,9 +0,0 @@ -<% @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> - - |