17 lines
560 B
Plaintext
17 lines
560 B
Plaintext
<%= javascript_include_tag "/assets/codemirror/codemirror_python_ruby_c" %>
|
|
<%= stylesheet_link_tag "/assets/codemirror/codemirror" %>
|
|
<div class="task-pm-box mt20">
|
|
<div class="panel-header clearfix">
|
|
<h3 class="fl mt5">新建阶段</h3>
|
|
</div>
|
|
<div class=" panel-form ">
|
|
<ul>
|
|
<%= labelled_form_for @challenge, :url => shixun_challenges_path(@shixun, :st => @st), :html => { :id => "challenge_shixun_update"} do |f| %>
|
|
<%= render :partial => "task_pass_form", :locals => {:f => f} %>
|
|
<% end %>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|