diff options
Diffstat (limited to 'views/_history.haml')
-rw-r--r-- | views/_history.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/_history.haml b/views/_history.haml index cfeec51..400c1c3 100644 --- a/views/_history.haml +++ b/views/_history.haml @@ -14,4 +14,4 @@ = history.event - if history.user = "by #{history.user}" - - @today = history.created_at + - @today = Date.new(history.created_at.year, history.created_at.month, history.created_at.day) |