DateTime => Time for consistency in changeset code, ok by shaun.

This commit is contained in:
Thomas Wood 2008-12-31 16:33:02 +00:00
parent 8fe53e4823
commit 898beb7b7f
5 changed files with 9 additions and 9 deletions

View file

@ -5,7 +5,7 @@
#<%= changeset.id %>
<td class="<%= cl %>">
<% if changeset.closed_at > DateTime.now %> (still editing)
<% if changeset.closed_at > Time.now %> (still editing)
<% else %><%= changeset.closed_at.strftime("%d %b %Y %H:%M") %><% end %>
<td class="<%= cl %>">