Show More
Commit Description:
add cheat report prototype
Commit Description:
add cheat report prototype
References:
File last commit:
Show/Diff file:
Action:
app/views/report/_date_range.html.haml | 23 lines | 548 B | text/x-haml | HamlLexer |
merge max score from branch algo
r411
(in progress) add date range
r412 = form_tag({session: :url }) do
merge max score from branch algo
r411 .submitbox
%table
%tr
add submission report
r413 %td{colspan: 6, style: 'font-weight: bold'}= title
merge max score from branch algo
r411 %tr
(in progress) add date range
r412 %td{style: 'width: 120px; font-weight: bold'}= param_text
%td{align: 'right'} since:
add cheat report prototype
r506 %td= text_field_tag 'since_datetime', @since_time
(in progress) add date range
r412 %tr
%td
%td{align: 'right'} until:
add cheat report prototype
r506 %td= text_field_tag 'until_datetime', @until_time
(in progress) add date range
r412 %tr
%td
%td
add submission report
r413 %td Blank mean no condition
%tr
%td
%td
merge max score from branch algo
r411 %td= submit_tag 'query'