Colorize names on janitor trials
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<tbody>
|
||||
<% @janitor_trials.each do |janitor_trial| %>
|
||||
<tr>
|
||||
<td><%= link_to janitor_trial.user.name, user_path(janitor_trial.user) %></td>
|
||||
<td><%= link_to_user janitor_trial.user %></td>
|
||||
<td><%= compact_time janitor_trial.created_at %></td>
|
||||
<td>
|
||||
<%= link_to "Promote", promote_janitor_trial_path(janitor_trial), :remote => true, :method => :put %>
|
||||
|
||||
Reference in New Issue
Block a user