diff --git a/app/views/notices/_summary.html.haml b/app/views/notices/_summary.html.haml index 151e37f..e1c7395 100644 --- a/app/views/notices/_summary.html.haml +++ b/app/views/notices/_summary.html.haml @@ -12,7 +12,7 @@ %td= notice.where %tr %th Occurred - %td= notice.created_at.to_s(:precise) + (".%03d" % notice.created_at.usec) + %td= notice.created_at.to_s(:precise) %tr %th Similar %td= problem.notices_count - 1 -- libgit2 0.21.2