##// END OF EJS Templates
replace « and » at app/views/gantts/show.html.erb to hexadecimal UTF-8 strings (#4796)....
replace « and » at app/views/gantts/show.html.erb to hexadecimal UTF-8 strings (#4796). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6491 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r884:8a8f819d273e
r6371:336eb04b6d3e
Show More
_content.rhtml
3 lines | 105 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
A wiki page can now be attached to each version....
r561 <div class="wiki">
Jean-Philippe Lang
Added wiki macros support. 2 builtin macros are defined: hello_world (sample macro that displays the arguments) and macro_list (display the list of installed macros)....
r884 <%= textilizable content, :text, :attachments => content.page.attachments %>
Jean-Philippe Lang
A wiki page can now be attached to each version....
r561 </div>