educoder/app/views/shixuns/new.html.erb

12 lines
523 B
Plaintext

<%= stylesheet_link_tag '/editormd/css/editormd','/editormd/css/editormd.min.css' %>
<%= javascript_include_tag '/editormd/editormd.min.js' %>
<div class="task-pm-content" >
<p class="mb10 mt10"><i class="fa fa-map-marker mr5 color-grey" ></i>
<a href="<%= user_path(User.current) %>"><%= User.current.show_name %></a> > <a href="<%= shixuns_path %>">项目实训</a> > 新建实训
</p>
<div class="edu-con-top">
<p class="ml15 color-grey">新建实训</p>
</div>
<%= render :partial => 'form' %>
</div>