<% if video.edl_file.attached? %>
Current EDL file
<%= link_to video.edl_file do %> <%= fa_icon "file-text-o" %> <%= video.edl_file.filename %> <% end %>
<% end %> <%= form.file_field :edl_file, label: "All Tracks EDL file", accept: '.edl', required: video.new_record?, label_class: "required" %> <% if video.graphics_only_edl_file.attached? %>
Current Graphics Only EDL file
<%= link_to video.graphics_only_edl_file do %> <%= fa_icon "file-text-o" %> <%= video.graphics_only_edl_file.filename %> <% end %>
<% end %> <%= form.file_field :graphics_only_edl_file, accept: '.edl', label: "Graphics Only EDL file" %>