diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-13 10:30:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-13 10:30:24 +0000 |
commit | a53c86f063ad39c2d345ca9a582601befa0d9c82 (patch) | |
tree | 4396dbbe072de5f4e87b43acd92e52800113e519 /app/views/layouts | |
parent | dead6a28f81cf54943691b0ce20b9501242aae07 (diff) | |
download | redmine-a53c86f063ad39c2d345ca9a582601befa0d9c82.tar.gz redmine-a53c86f063ad39c2d345ca9a582601befa0d9c82.zip |
Removed inconsistent user manual stuff (html/docbook content and controller). Help link now points to the Redmine guide which will be more easy to maintain.
Also removed the useless components directory.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@835 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/base.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml index d0115a6d3..2b25820d9 100644 --- a/app/views/layouts/base.rhtml +++ b/app/views/layouts/base.rhtml @@ -33,6 +33,7 @@ <%= link_to l(:label_my_page), { :controller => 'my', :action => 'page'} if User.current.logged? %> <%= link_to l(:label_project_plural), { :controller => 'projects' } %> <%= link_to l(:label_administration), { :controller => 'admin' } if User.current.admin? %> + <%= link_to l(:label_help), Redmine::Info.help_url %> </div> <div id="header"> |