Opened 10 years ago

#840 new enhancement

Moderation: user panel lists the number of comments posted, but not number of media posted/retained

Reported by: Aleksej Owned by:
Priority: minor Milestone:
Component: programming Keywords:
Cc: Parent Tickets:

Description

https://gitorious.org/mediagoblin/mediagoblin/source/cebd1ad71cd588994c290fd3fb031b106fedc45d:mediagoblin/templates/mediagoblin/moderation/user_panel.html#L72-78

<tr>
<th>{% trans %}ID{% endtrans %}</th>
<th>{% trans %}Username{% endtrans %}</th>
<th>{% trans %}When Joined{% endtrans %}</th>
<th>{% trans %}# of Comments Posted{% endtrans %}</th>
</tr>

I see no reason there is the # of comments, but not of media.

Change History (0)

Note: See TracTickets for help on using tickets.