Noosfero/noosfero

View on GitHub
plugins/video/views/box_organizer/_html5_video_block.html.erb

Summary

Maintainability
Test Coverage
<video class="video-block-center" controls preload="auto" width='<%="#{width}px"%>' height='<%="#{height}px"%>'>
    <source src=<%= "#{url}" %>>
</video>