Show More
Commit Description:
add tags
Commit Description:
add tags
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/_submission_range.html.haml
| 18 lines
| 565 B
| text/x-haml
| HamlLexer
|
| r349 | ||||
| = form_tag({action: :user_stat_max }) do | ||||
| .submitbox | ||||
| %table | ||||
| %tr | ||||
| %td{colspan: 6, style: 'font-weight: bold'} Query maximum score in submission range | ||||
| %tr | ||||
| %td{style: 'width: 120px; font-weight: bold'} Submission ID: | ||||
| %td{align: 'right'} From: | ||||
| %td= text_field_tag 'since_id', params[:since_id], style: 'width:40px' | ||||
| %td To: | ||||
| %td= text_field_tag 'until_id', params[:until_id], style: 'width:40px' | ||||
| %td= submit_tag 'query' | ||||
| %tr | ||||
| %td | ||||
| %td{colspan: 5} Leave blank for uncondition | ||||
