socialforge/app/views/messages/_course_new.html.erb

13 lines
441 B
Plaintext
Raw Normal View History

2015-03-24 17:12:51 +08:00
<div class="project_r_h">
<h2 class="project_h2"><%= l(:label_board_plural) %></h2>
</div>
<div class="talk_new ml15">
<p class="talk_top"><%= l(:label_message_new) %></p>
<ul>
<%= form_for @message, :url => {:action => 'new'}, :html => {:multipart => true, :id => 'message-form'} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<% end %>
</ul>
</div>
<div id="preview" class="wiki"></div>