Previously recorded videos

<% if !@videos.empty? %> <% @videos.each do |video|%>
<%= image_tag video.medium_thumbnail_url%>
Length: <%= video.duration %> seconds
Filesize: <%= video.filesize / 1024 %> KB
Created at: <%= video.created_at %>

<%end%> <% else %>

No videos were recorded, yet

<% end %>