Index: app/views/layouts/base.rhtml =================================================================== --- app/views/layouts/base.rhtml (リビジョン 1143) +++ app/views/layouts/base.rhtml (作業コピー) @@ -33,7 +33,7 @@ <%= link_to l(:label_my_page), { :controller => 'my', :action => 'page'}, :class => 'mypage' if User.current.logged? %> <%= link_to l(:label_project_plural), { :controller => 'projects' }, :class => 'projects' %> <%= link_to l(:label_administration), { :controller => 'admin' }, :class => 'admin' if User.current.admin? %> - <%= link_to l(:label_help), Redmine::Info.help_url, :class => 'help' %> + <%= link_to l(:label_help), l(:general_help_url) != '' ? l(:general_help_url) : Redmine::Info.help_url, :class => 'help' %>