From 7394aeaa32d5496bc98520951fdae16722efc2e0 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 8 Aug 2013 03:38:21 +0000 Subject: [PATCH] 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 --- lib/redmine/wiki_formatting/textile/helper.rb | 2 +- public/help/{ => en}/wiki_syntax.html | 0 public/help/{ => en}/wiki_syntax_detailed.html | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename public/help/{ => en}/wiki_syntax.html (100%) rename public/help/{ => en}/wiki_syntax_detailed.html (100%) 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 similarity index 100% rename from public/help/wiki_syntax.html rename to public/help/en/wiki_syntax.html diff --git a/public/help/wiki_syntax_detailed.html b/public/help/en/wiki_syntax_detailed.html similarity index 100% rename from public/help/wiki_syntax_detailed.html rename to public/help/en/wiki_syntax_detailed.html -- 2.39.5