Initial commit
This commit is contained in:
7
app/views/videos/edit.html.erb
Normal file
7
app/views/videos/edit.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="card shadow-sm">
|
||||
<%= card_header text: t(".heading"), subtext: t(".subheading"), close_action_path: [@project, :talent_releases] %>
|
||||
<div class="card-body">
|
||||
<%= render "form", video: @video, model: @video %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user