<% # TODO: Is there a way to consolidate this with the main template? %> <% if video.analysis_pending? %>
<%= fa_icon "cog spin" %> Video is still being analyzed
<% else %>

Video analysis has completed!

<%= link_to "", class: "btn btn-sm btn-success" do %> <%= fa_icon "refresh" %> Refresh <% end %>
<% end %>