Files
edx-platform/cms/templates/js/video-thumbnail-error.underscore
2017-07-06 12:35:05 +05:00

8 lines
354 B
Plaintext

<tr class="thumbnail-error-wrapper thumbnail-error" data-video-id="<%- videoId %>">
<td colspan="6" class="thumbnail-error-text" colspan="6">
<span class="action-icon" aria-hidden="true">
<span class="icon fa fa-exclamation-triangle" aria-hidden="true"></span>
</span>
<span class="action-text"><%- errorText %></span></td>
</tr>