Colorize names on janitor trials

This commit is contained in:
Toks
2013-07-18 12:06:30 -04:00
parent ee1390f81c
commit d58721587e

View File

@@ -13,7 +13,7 @@
<tbody> <tbody>
<% @janitor_trials.each do |janitor_trial| %> <% @janitor_trials.each do |janitor_trial| %>
<tr> <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><%= compact_time janitor_trial.created_at %></td>
<td> <td>
<%= link_to "Promote", promote_janitor_trial_path(janitor_trial), :remote => true, :method => :put %> <%= link_to "Promote", promote_janitor_trial_path(janitor_trial), :remote => true, :method => :put %>