This commit is contained in:
Karel Pičman 2023-01-20 13:53:13 +01:00
parent e6ce95c01b
commit 8168ecf8f1

View File

@ -71,7 +71,7 @@
</span> </span>
<% end %> <% end %>
<% lang = current_language.to_s.downcase %> <% 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) %> <% lang = 'en' unless File.exist?(path) %>
<% url = "/plugin_assets/redmine_dmsf/help/#{lang}/dmsf_help.html" %> <% url = "/plugin_assets/redmine_dmsf/help/#{lang}/dmsf_help.html" %>
<%= link_to l(:label_help), 'dmsf_help.html', class: 'icon icon-help', <%= link_to l(:label_help), 'dmsf_help.html', class: 'icon icon-help',