##// END OF EJS Templates
Don't require category or target version when they are not available (#20583)....
Don't require category or target version when they are not available (#20583). git-svn-id: http://svn.redmine.org/redmine/trunk@14733 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7710:2770e285358a
r14351:68620da79ab5
Show More
_content.html.erb
4 lines | 264 B | text/plain | TextLexer
/ app / views / wiki / _content.html.erb
Jean-Philippe Lang
Wiki: allows single section edit (#2222)....
r7709 <div class="wiki wiki-page">
<%= textilizable content, :text, :attachments => content.page.attachments,
Jean-Philippe Lang
Do not show section edit links for wiki page history (#2222)....
r7710 :edit_section_links => (@sections_editable && {:controller => 'wiki', :action => 'edit', :project_id => @page.project, :id => @page.title}) %>
Jean-Philippe Lang
A wiki page can now be attached to each version....
r561 </div>