Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
add utctimestamp to event details for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbryner committed Feb 2, 2015
1 parent 2ed8d0d commit 31089ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meteor/app/client/eventdetails.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template name="eventdetails">
<div><span>{{this.documentsource.utctimestamp}}</span></div>
{{#each objKeyValue this.documentsource.details}}
{{#if isAnObject value}}
<div><span>{{key}}</span>
Expand Down

0 comments on commit 31089ae

Please sign in to comment.