Add moderation panel thumbnail header [#5563]
authorAndrew Browning <ayleph@thisshitistemp.com>
Sun, 8 Apr 2018 23:49:46 +0000 (19:49 -0400)
committerAndrew Browning <ayleph@thisshitistemp.com>
Sun, 8 Apr 2018 23:49:46 +0000 (19:49 -0400)
Add moderation panel column header for thumbnail column.

mediagoblin/templates/mediagoblin/moderation/media_panel.html

index 94d4a1a0fde772d57177b3997b602df2f62ad87b..e60f5e9832c98232d3a392fb2a5436dbc57daae4 100644 (file)
@@ -35,6 +35,7 @@
 {% if processing_entries.count() %}
   <table class="media_panel processing">
     <tr>
+      <th>{% trans %}Thumbnail{% endtrans %}</th>
       <th>{% trans %}ID{% endtrans %}</th>
       <th>{% trans %}User{% endtrans %}</th>
       <th>{% trans %}Title{% endtrans %}</th>