23 lines
753 B
Plaintext
23 lines
753 B
Plaintext
<%= content_for(:header_tags) do %>
|
|
<%= import_ke(enable_at: true, prettify: false, init_activity: false) %>
|
|
<%= javascript_include_tag "/assets/codemirror/codemirror_python_ruby_c" %>
|
|
<%= stylesheet_link_tag "/assets/codemirror/codemirror" %>
|
|
<% end %>
|
|
|
|
<div class="task-pm-content mb20">
|
|
<div class="task-pm-box mt20">
|
|
<div class="panel-header clearfix">
|
|
<h3 class="fl mt5">编辑阶段(第<%= @challenge.position %>关)</h3>
|
|
</div>
|
|
<div class=" panel-form ">
|
|
<ul>
|
|
<%= labelled_form_for @challenge, :url => shixun_challenge_path(@challenge, :shixun_id => @shixun) do |f| %>
|
|
<%= render :partial => "form", :locals => {:f => f} %>
|
|
<% end %>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|