6 lines
376 B
Text
6 lines
376 B
Text
<h2><%= link_to @board.name, :controller => 'boards', :action => 'show', :project_id => @project, :id => @board %> » <%= l(:label_message_new) %></h2>
|
|
|
|
<%= form_for @message, :url => {:action => 'new'}, :html => {:multipart => true, :id => 'message-form'} do |f| %>
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
|
<%= submit_tag l(:button_create) %>
|
|
<% end %>
|