lillianchou94/csua169

View on GitHub
app/views/elections/show_embed.html.erb

Summary

Maintainability
Test Coverage
<% if current_user != nil %>
  <% if @embed_livestream != "" %>
    <iframe width="560" height="315" src="<%=@embed_livestream%>" style="float:right" frameborder="0" allowfullscreen></iframe>
  <% end %>
<% end %>