##// 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:

r9346:5e57a1a9d947
r9734:bd927eea88a6
Show More
_sidebar.html.erb
9 lines | 391 B | text/plain | TextLexer
/ app / views / wiki / _sidebar.html.erb
Jean-Philippe Lang
Makes the wiki sidebar editable (#5208)....
r3518 <% if @wiki && @wiki.sidebar -%>
<%= textilizable @wiki.sidebar.content, :text %>
<% end -%>
Jean-Philippe Lang
Application layout refactored....
r736 <h3><%= l(:label_wiki) %></h3>
Eric Davis
Refactor: use :id instead of :page when linking to Wiki Pages...
r4182 <%= link_to l(:field_start_page), {:action => 'show', :id => nil} %><br />
Eric Davis
Refactor: Rename WikiController#page_index to #index...
r4176 <%= link_to l(:label_index_by_title), {:action => 'index'} %><br />
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 <%= link_to l(:label_index_by_date), {:controller => 'wiki', :project_id => @project, :action => 'date_index'} %><br />