From 8168ecf8f119cf928ef8e1ff8b705fec4af06ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Fri, 20 Jan 2023 13:53:13 +0100 Subject: [PATCH] #1421 Wrong path --- app/views/dmsf_context_menus/_main.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dmsf_context_menus/_main.html.erb b/app/views/dmsf_context_menus/_main.html.erb index ea115196..a9a842a4 100644 --- a/app/views/dmsf_context_menus/_main.html.erb +++ b/app/views/dmsf_context_menus/_main.html.erb @@ -71,7 +71,7 @@ <% end %> <% lang = current_language.to_s.downcase %> -<% path = File.join(File.dirname(__FILE__), '..', '..', '..', 'assets', 'help', lang, 'wiki_syntax.html') %> +<% path = File.join(File.dirname(__FILE__), '..', '..', '..', 'assets', 'help', lang, 'dmsf_help.html') %> <% lang = 'en' unless File.exist?(path) %> <% url = "/plugin_assets/redmine_dmsf/help/#{lang}/dmsf_help.html" %> <%= link_to l(:label_help), 'dmsf_help.html', class: 'icon icon-help',