Show More
Commit Description:
fix displaying bug
Commit Description:
fix displaying bug
References:
File last commit:
Show/Diff file:
Action:
app/views/main/_submission_box.html.erb | 8 lines | 324 B | text/plain | TextLexer |
Jittat Fakcharoenphol
added verify plug-in, fixed form_for, form_tag in views, changed named_scope to scope
r319 <%= form_tag({:action => 'submit'}, :multipart => true) do %>
jittat
removed bold from submission_box...
r207 <b>Problem:</b> <%= select 'submission', 'problem_id',
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 [[(t 'main.specified_in_header'),'-1']] +
jittat
refactor to partials...
r33 @problems.collect {|p| [p.full_name, p.id]},
:selected => '-1' %>
jittat
removed bold from submission_box...
r207 <b>File:</b> <%= file_field_tag 'file' %>
jittat
refactor to partials...
r33 <%= submit_tag 'Submit' %>
<% end %>