????

Your IP : 18.221.124.95


Current Path : C:/inetpub/vhost/redmine/app/views/messages/
Upload File :
Current File : C:/inetpub/vhost/redmine/app/views/messages/edit.html.erb

<%= board_breadcrumb(@message) %>

<h2><%= avatar(@topic.author) %><%= @topic.subject %></h2>

<%= form_for @message, {
               :as => :message,
               :url => {:action => 'edit'},
               :html => {:multipart => true,
                         :id => 'message-form',
                         :method => :post}
          } do |f| %>
  <%= render :partial => 'form',
             :locals => {:f => f, :replying => !@message.parent.nil?} %>
  <%= submit_tag l(:button_save) %>
<% end %>