diff options
| -rw-r--r-- | templates/history.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/history.html.ep b/templates/history.html.ep index 1e565e6..e65d31f 100644 --- a/templates/history.html.ep +++ b/templates/history.html.ep @@ -9,7 +9,7 @@  				% my $link_to = $since->strftime('%Y/%m');  				% my $class = $link_to eq $ref ? 'active' : 'waves-effect';  				<li class="<%= $class %>"><a href="/history/<%= $link_to %>"><%= $since->strftime('%m.%Y') %></a></li> -				% $since->add(months => 1); +				% $since->add(months => 1)->set(day => 1, hour => 0, minute => 0, second => 0);  			% }  			<!--<li class="disabled"><a href="#!"><i class="material-icons">chevron_right</i></a></li>-->  		</ul> | 
