##// END OF EJS Templates
Add a user preference to choose how comments/replies are displayed: in chronological or reverse chronological order (#589, #776)....
Add a user preference to choose how comments/replies are displayed: in chronological or reverse chronological order (#589, #776). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1197 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1183:e951d8458413
r1183:e951d8458413
Show More
edit.rhtml
6 lines | 396 B | text/html+ruby | RhtmlLexer
<h2><%= link_to h(@board.name), :controller => 'boards', :action => 'show', :project_id => @project, :id => @board %> &#187; <%=h @message.subject %></h2>
<% form_for :message, @message, :url => {:action => 'edit'}, :html => {:multipart => true} do |f| %>
<%= render :partial => 'form', :locals => {:f => f, :replying => !@message.parent.nil?} %>
<%= submit_tag l(:button_save) %>
<% end %>