The CSS is also restructured a bit to style both the progress bar and the status text based on the state of the upload using a single class on the parent element.
4 lines
185 B
Plaintext
4 lines
185 B
Plaintext
<h4 class="video-detail-name"><%- fileName %></h4>
|
|
<progress class="video-detail-progress" value="<%= progress %>"></progress>
|
|
<p class="video-detail-status"><%- gettext(status) %></p>
|