1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Reorganize all the wiki syntax help files per text formatter (@markdown@, @common_mark@ and @textile@) (#39111, #40137).

git-svn-id: https://svn.redmine.org/redmine/trunk@22720 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-02-19 20:51:34 +00:00
parent 74a691de19
commit e80a8bd877
205 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@
class HelpController < ApplicationController
def show_wiki_syntax
type = params[:type].nil? ? "" : "#{params[:type]}_"
render :template => "help/wiki_syntax/#{current_language.to_s}/wiki_syntax_#{type}#{Setting.text_formatting}", :layout => nil
render :template => "help/wiki_syntax/#{Setting.text_formatting}/#{current_language.to_s}/wiki_syntax_#{type}#{Setting.text_formatting}", :layout => nil
end
end

Some files were not shown because too many files have changed in this diff Show More