Commit 0833a3bc02d1dccecf373c1f26defd24e30f88b8

Authored by alsor
1 parent 260fd1c5
Exists in master and in 1 other branch production

Oops. We can't have a millisecond precision because of Mongoid who strips them o…

…ff the Time fields. See https://github.com/mongoid/mongoid/issues/64
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/notices/_summary.html.haml
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 %td= notice.where 12 %td= notice.where
13 %tr 13 %tr
14 %th Occurred 14 %th Occurred
15 - %td= notice.created_at.to_s(:precise) + (".%03d" % notice.created_at.usec) 15 + %td= notice.created_at.to_s(:precise)
16 %tr 16 %tr
17 %th Similar 17 %th Similar
18 %td= problem.notices_count - 1 18 %td= problem.notices_count - 1