Consolidated the video and channel attribute edits into one javascript function

This commit is contained in:
2023-03-07 11:29:10 -05:00
parent 8905bed454
commit a9c4b29935
5 changed files with 39 additions and 41 deletions

View File

@ -16,7 +16,7 @@
<span><a href="/channel/<%= channel.id %>/edit">Edit <i class="fa-solid fa-pen-to-square"></i></a></span><span>
<a href="/channel/<%= channel.id %>/delete">Delete <i class="fa-solid fa-trash"></i></a></span>
</div>
<div class="channel-path">
<div class="channel-path" data-attribute="directory_path" data-type="channel">
<p><span><%= channel.directory_path %></span></p>
</div>
<div class="channel-open">