diff options
author | Andrew Browning <ayleph@thisshitistemp.com> | 2018-04-08 19:49:46 -0400 |
---|---|---|
committer | Andrew Browning <ayleph@thisshitistemp.com> | 2018-04-08 19:49:46 -0400 |
commit | 58dce892e1b5335cb32dc5a28616ca63f5062e45 (patch) | |
tree | bf6c457a14e70bc43c0fa6c220969136969f09c0 /mediagoblin/templates | |
parent | a35007cc2dfb93a032a3a6fcc891e87c96e5a634 (diff) | |
download | mediagoblin-58dce892e1b5335cb32dc5a28616ca63f5062e45.tar.lz mediagoblin-58dce892e1b5335cb32dc5a28616ca63f5062e45.tar.xz mediagoblin-58dce892e1b5335cb32dc5a28616ca63f5062e45.zip |
Add moderation panel thumbnail header [#5563]
Add moderation panel column header for thumbnail column.
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/moderation/media_panel.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/moderation/media_panel.html b/mediagoblin/templates/mediagoblin/moderation/media_panel.html index 94d4a1a0..e60f5e98 100644 --- a/mediagoblin/templates/mediagoblin/moderation/media_panel.html +++ b/mediagoblin/templates/mediagoblin/moderation/media_panel.html @@ -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> |