##// END OF EJS Templates
Additional option for USER_FORMAT, #{lastname}#{firstname} without any sperator (#3551)....
Additional option for USER_FORMAT, #{lastname}#{firstname} without any sperator (#3551). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15133 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11545:eb8770899ca2
r14751:7005de51c5b2
Show More
_sidebar.html.erb
12 lines | 456 B | text/plain | TextLexer
<% if @wiki && @wiki.sidebar -%>
<%= textilizable @wiki.sidebar.content, :text %>
<% end -%>
<h3><%= l(:label_wiki) %></h3>
<ul>
<li><%= link_to(l(:field_start_page), {:action => 'show', :id => nil}) %></li>
<li><%= link_to(l(:label_index_by_title), {:action => 'index'}) %></li>
<li><%= link_to(l(:label_index_by_date),
{:controller => 'wiki', :project_id => @project,
:action => 'date_index'}) %></li>
</ul>