Files
edx-platform/cms/templates/js/video-status.underscore
Zainab Amir 87a1c06d4b Display encode and transcript status (#23919)
* Have separate column for transcript and encode status
* Display error message sent from VEM

PROD-1432
2020-05-12 16:12:07 +05:00

6 lines
174 B
Plaintext

<span class='video-status'><%- status %></span>
<% if (show_error && error_description) { %>
</br>
<span class='message-error'><%- error_description %></span>
<% }%>