We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dfe08 commit 2c4228dCopy full SHA for 2c4228d
app/views/statistics/activity_history.html.slim
@@ -13,10 +13,10 @@
13
form
14
.mb-3
15
label for='from-date' = t('.from')
16
- input.form-control#from-date type='date' name='from' value=params[:from] || DateTime.new(2016).to_date
+ input.form-control#from-date type='date' name='from' value=(params[:from] || DateTime.new(2014).to_date)
17
18
label for='to-date' = t('.to')
19
- input.form-control#to-date type='date' name='to' value=params[:to] || DateTime.now.to_date
+ input.form-control#to-date type='date' name='to' value=(params[:to] || DateTime.now.to_date)
20
21
label for='interval' = t('.interval')
22
select.form-control#interval name='interval'
0 commit comments