You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
744 B
14 lines
744 B
<div class="edu-class-container edu-position">
|
|
<p class="mb10 font-14">
|
|
<a href="<%= user_path(@user) %>" class="color-grey-9"><%= @user.show_name %></a> > <a href="<%= forums_path %>" class="color-grey-9">讨论区 </a> > 新建
|
|
</p>
|
|
<div class="edu-con-top user_bg_shadow bor-grey-e">
|
|
<p class="ml15 color-grey3">新建话题</p>
|
|
</div>
|
|
<div class="edu-con-bg01 mt15 user_bg_shadow bor-grey-e pt30 pb30">
|
|
<%#= labelled_form_for(@memo, :url => forum_memos_path(@forum)) do |f| %>
|
|
<%= form_for @memo, :url => forum_memos_path(@forum), :html => {:multipart => true, :id => 'memo-form'} do |f| %>
|
|
<%= render :partial => "memos/form", :locals => {:f => f, :edit => false} %>
|
|
<% end %>
|
|
</div>
|
|
</div> |