Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Link to infractions section of the user.
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Sep 18, 2015
1 parent 813eabf commit 4a9a873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<% @users.each do |user| %>
<tr>
<td><%= raw decorated_username(user) %></td>
<td><%= user.infractions_count %></td>
<td><%= link_to user.infractions_count, "/#{user.username}" %></td>
</tr>
<% end %>
</table>
Expand Down

0 comments on commit 4a9a873

Please sign in to comment.