Show More
Commit Description:
added options to enable test-pair import
Commit Description:
added options to enable test-pair import
File last commit:
Show/Diff file:
Action:
app/views/problems/new.rhtml | 8 lines | 176 B | text/html+ruby | RhtmlLexer |
<h1>New problem</h1>
<% form_tag :action => 'create' do %>
<%= render :partial => 'form' %>
<%= submit_tag "Create" %>
<% end %>
<%= link_to 'Back', :action => 'list' %>