diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb new file mode 100644 index 00000000..c0e92159 --- /dev/null +++ b/app/controllers/help_controller.rb @@ -0,0 +1,7 @@ +class HelpController < ApplicationController + def wiki_syntax + end + + def wiki_syntax_detailed + end +end diff --git a/public/help/wiki_syntax.html b/app/views/help/wiki_syntax.html.erb similarity index 73% rename from public/help/wiki_syntax.html rename to app/views/help/wiki_syntax.html.erb index 6886f340..6b3b95d8 100644 --- a/public/help/wiki_syntax.html +++ b/app/views/help/wiki_syntax.html.erb @@ -1,24 +1,15 @@ - - - - - -Wiki formatting - - - - -

Wiki Syntax Quick Reference

+

<%= html_title "Wiki Syntax Quick Reference" %>

@@ -48,7 +39,7 @@ table td h3 { font-size: 1.2em; text-align: left; } - + @@ -60,7 +51,4 @@ table td h3 { font-size: 1.2em; text-align: left; }
Font Styles
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links
ChiliProject links
Link to a Wiki page[[Wiki page]]Wiki page
Issue #12Issue #12
Revision r43Revision r43
!attached_image!
-

More Information

- - - +

More Information

diff --git a/public/help/wiki_syntax_detailed.html b/app/views/help/wiki_syntax_detailed.html.erb similarity index 83% rename from public/help/wiki_syntax_detailed.html rename to app/views/help/wiki_syntax_detailed.html.erb index 0c9cea34..28a6bc77 100644 --- a/public/help/wiki_syntax_detailed.html +++ b/app/views/help/wiki_syntax_detailed.html.erb @@ -1,9 +1,4 @@ - - - -RedmineWikiFormatting - - - +<% end %> - -

Wiki formatting

+

<%= html_title "Wiki Formatting" %>

Links

-

Redmine links

+

ChiliProject links

-

Redmine allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.

+

ChiliProject allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.

@@ -130,8 +123,8 @@

Escaping:

-