##// END OF EJS Templates
Do not show sticky and locked checkboxes when replying to a message....
Do not show sticky and locked checkboxes when replying to a message. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1062 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r913:29b3614bcb75
r1048:8b710cf9de89
Show More
edit.rhtml
6 lines | 360 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} %>
<%= submit_tag l(:button_save) %>
<% end %>