diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-08-08 03:38:21 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-08-08 03:38:21 +0000 |
commit | 7394aeaa32d5496bc98520951fdae16722efc2e0 (patch) | |
tree | 917dbbff2bc7e31e618991e9f1b0a41c85996141 | |
parent | 9fc4efcdd946bca5b2a6a2aad5557734ae15f521 (diff) | |
download | redmine-7394aeaa32d5496bc98520951fdae16722efc2e0.tar.gz redmine-7394aeaa32d5496bc98520951fdae16722efc2e0.zip |
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
-rw-r--r-- | lib/redmine/wiki_formatting/textile/helper.rb | 2 | ||||
-rw-r--r-- | public/help/en/wiki_syntax.html (renamed from public/help/wiki_syntax.html) | 0 | ||||
-rw-r--r-- | public/help/en/wiki_syntax_detailed.html (renamed from public/help/wiki_syntax_detailed.html) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/wiki_formatting/textile/helper.rb b/lib/redmine/wiki_formatting/textile/helper.rb index 28accb59f..86b95b309 100644 --- a/lib/redmine/wiki_formatting/textile/helper.rb +++ b/lib/redmine/wiki_formatting/textile/helper.rb @@ -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 diff --git a/public/help/wiki_syntax.html b/public/help/en/wiki_syntax.html index a92720b4d..a92720b4d 100644 --- a/public/help/wiki_syntax.html +++ b/public/help/en/wiki_syntax.html diff --git a/public/help/wiki_syntax_detailed.html b/public/help/en/wiki_syntax_detailed.html index 2ddd2fdf5..2ddd2fdf5 100644 --- a/public/help/wiki_syntax_detailed.html +++ b/public/help/en/wiki_syntax_detailed.html |