move English wiki syntax helps to en sub directory (#14630)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12093 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9fc4efcdd9
commit
7394aeaa32
|
@ -22,7 +22,7 @@ module Redmine
|
|||
def wikitoolbar_for(field_id)
|
||||
heads_for_wiki_formatter
|
||||
# Is there a simple way to link to a public resource?
|
||||
url = "#{Redmine::Utils.relative_url_root}/help/wiki_syntax.html"
|
||||
url = "#{Redmine::Utils.relative_url_root}/help/en/wiki_syntax.html"
|
||||
javascript_tag("var wikiToolbar = new jsToolBar(document.getElementById('#{field_id}')); wikiToolbar.setHelpLink('#{escape_javascript url}'); wikiToolbar.draw();")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue