change relative times to absolute on listings

This commit is contained in:
albert
2013-03-13 16:25:08 -04:00
parent badf53f886
commit 0595019958
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
<% @janitor_trials.each do |janitor_trial| %>
<tr>
<td><%= link_to janitor_trial.user.name, user_path(janitor_trial.user) %></td>
<td><%= time_ago_in_words_tagged janitor_trial.created_at %></td>
<td><%= compact_time janitor_trial.created_at %></td>
<td>
<%= link_to "Promote", promote_janitor_trial_path(janitor_trial), :remote => true, :method => :put %>
| <%= link_to "Demote", demote_janitor_trial_path(janitor_trial), :remote => true, :method => :put %>