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