Show More
Commit Description:
add config for license agreement...
Commit Description:
add config for license agreement (grafted from 850c6e966b9f9638e688ace65b481d08a4e5cc3f)
References:
File last commit:
Show/Diff file:
Action:
app/views/main/_submission_box.html.erb | 8 lines | 324 B | text/plain | TextLexer |
<%= form_tag({:action => 'submit'}, :multipart => true) do %>
<b>Problem:</b> <%= select 'submission', 'problem_id',
[[(t 'main.specified_in_header'),'-1']] +
@problems.collect {|p| [p.full_name, p.id]},
:selected => '-1' %>
<b>File:</b> <%= file_field_tag 'file' %>
<%= submit_tag 'Submit' %>
<% end %>