Add (p) link to pending videos from generic listing page.

master
voussoir 2020-11-21 11:25:46 -08:00
parent bc8de9fc52
commit 083e9dd2ee
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ https://stackoverflow.com/a/35153397
<span>({{video.duration | seconds_to_hms}})</span>
<span>({{video.views}})</span>
{% if channel is none %}
<a href="/channel/{{video.author_id}}">({{video.author.name if video.author else video.author_id}})</a>
<a href="/channel/{{video.author_id}}">({{video.author.name if video.author else video.author_id}})</a> <a href="/channel/{{video.author_id}}/pending">(p)</a>
{% endif %}
</div>