| User | Reporter | When | Body | |
|---|---|---|---|---|
| <% if @user %> <%= link_to h(rec.user.pretty_name), :controller => "user", :action => "show", :id => rec.user_id %> <% else %> <%= link_to h(rec.user.pretty_name), :action => "index", :user_id => rec.user_id %> <% end %> | <%= h(rec.reporter.pretty_name) %> | <%= time_ago_in_words(rec.created_at) %> ago | <%= format_text(rec.body) %> | <% if @current_user.is_mod_or_higher? || @current_user.id == rec.reported_by %> <%= link_to_function "Delete", "UserRecord.destroy(#{rec.id})" %> <% end %> |