Skip to content

Commit

Permalink
trying to debug timing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
slerner committed Aug 23, 2014
1 parent 8e06ad0 commit 03edab4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/logs/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
}

</style>
<!-- .strftime("%Y-%m-%d %H:%M:%S.%L %Z") -->

<input type="text" id="experiment_name">
<button onclick="LogProcessor.start_experiment()"> Start Experiment</button>
Expand All @@ -46,7 +45,7 @@
<div class="log_entry" style="color:<%= l.color %>">
{
"user":"<%= "#{l.group.name}" if l.group %>",
"time":"<%= l.created_at %>",
"time":"<%= l.created_at.strftime("%Y-%m-%d %H:%M:%S.%L %Z") %>",
"message": <%= l.message %>
}
</div>
Expand Down

0 comments on commit 03edab4

Please sign in to comment.