forked from External/greenlight
Times are now rendered using the browsers time zone (#2438)
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
<div><%= user.email %></div>
|
||||
</td>
|
||||
<td>
|
||||
<div><%= friendly_time(user.updated_at) %></div>
|
||||
<div><%= view_date(user.updated_at) %></div>
|
||||
</td>
|
||||
<td>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user