Initial commit
This commit is contained in:
14
app/views/videos/landing.html.erb
Normal file
14
app/views/videos/landing.html.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="card shadow-sm">
|
||||
<%= card_header text: t(".heading"), subtext: t(".subheading"), close_action_path: [@project, :videos] %>
|
||||
<div class="card-body">
|
||||
<p><%= t(".instructions") %></p>
|
||||
<div class="form-row">
|
||||
<div class="col-sm-6">
|
||||
<%= link_to t(".avid"), new_project_video_path(@project, video_editing_system: "avid"), class: "btn btn-light btn-block border p-4" %>
|
||||
</div>
|
||||
<div class="col-sm-6 mt-2 mt-sm-0">
|
||||
<%= link_to t(".adobe"), new_project_video_path(@project, video_editing_system: "adobe_premiere"), class: "btn btn-light btn-block border p-4" %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user