Added status attribute to videos; added ability to edit video status and serial independently
This commit is contained in:
@ -20,6 +20,9 @@
|
||||
<div class="video-serial">
|
||||
<p>Serial: <span><%= serialize(video.serial) %></span></p>
|
||||
</div>
|
||||
<div class="video-status">
|
||||
<p>Status: <span><%= video.status.capitalize() %></span></p>
|
||||
</div>
|
||||
<div class="video-path">
|
||||
<p><span><%= video.directory_path %></span></p>
|
||||
</div>
|
||||
@ -41,3 +44,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<input type="hidden" id="video-id" value="<%= video.id %>">
|
||||
|
Reference in New Issue
Block a user