calraijintaiko/caltaiko

View on GitHub
erb/performance_videos/_performance_video.html.erb

Summary

Maintainability
Test Coverage
<article class="video">
  <h4><%= performance_video.title %></h4><br>
  <iframe width="432" height="243" src="<%= performance_video.link.to_s.sub('watch?v=', 'embed/') %>" frameborder="0" allowfullscreen></iframe>

</article>