Added quick link to create new project from channel page

This commit is contained in:
2023-03-06 23:44:51 -05:00
parent 4735047682
commit 9b6e38a313
3 changed files with 11 additions and 2 deletions

View File

@ -6,6 +6,8 @@
<h4 class="channel-updated">Last updated at: <%= date_format(channel.updated_at) %></h4>
<% end %>
<p><a href="/video/create?channel=<%= channel.id %>">Create video project</a></p>
<p class="channel-description"><%= channel.description %></p>
</div>