Initial commit
This commit is contained in:
7
app/views/video_analyses/_releasables.html.erb
Normal file
7
app/views/video_analyses/_releasables.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<% if releasables.any? %>
|
||||
<% releasables.each do |releasable| %>
|
||||
<%= render "video_analyses/#{releasable.class.to_s.underscore}", releasable.class.to_s.underscore.to_sym => releasable, video: video %>
|
||||
<% end %>
|
||||
<% else %>
|
||||
<li class="border p-5 text-center text-muted">There are no releases.</li>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user