Show More
Commit Description:
remove unnecessary file, user_stat_max use the same render as user_stat
Commit Description:
remove unnecessary file, user_stat_max use the same render as user_stat
References:
File last commit:
Show/Diff file:
Action:
app/views/report/_date_range.html.haml
| 23 lines
| 522 B
| text/x-haml
| HamlLexer
|
r411 | ||||
r412 | = form_tag({session: :url }) do | |||
r411 | .submitbox | |||
%table | ||||
%tr | ||||
r413 | %td{colspan: 6, style: 'font-weight: bold'}= title | |||
r411 | %tr | |||
r412 | %td{style: 'width: 120px; font-weight: bold'}= param_text | |||
%td{align: 'right'} since: | ||||
%td= text_field_tag 'since_datetime' | ||||
%tr | ||||
%td | ||||
%td{align: 'right'} until: | ||||
%td= text_field_tag 'until_datetime' | ||||
%tr | ||||
%td | ||||
%td | ||||
r413 | %td Blank mean no condition | |||
%tr | ||||
%td | ||||
%td | ||||
r411 | %td= submit_tag 'query' | |||