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