##// END OF EJS Templates
Perf: don't load preferences for the anonymous user....
Perf: don't load preferences for the anonymous user. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9917 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7710:2770e285358a
r9734:bd927eea88a6
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>