Sha256: f7eb397f82d88acce8995c221c1ce3c8581e7a2a427f19c172e60e91170745c6
Contents?: true
Size: 411 Bytes
Versions: 18
Compression:
Stored size: 411 Bytes
Contents
<%= div_for video do %> <% if video.file_processing %> <div class="processing_text"> <%= t('video.processing')%> </div> <% else %> <%= render partial: 'player', object: video, as: :video %> <% end %> <% end %> <%= javascript_tag do %> $(function() { <% unless video.file_processing %> SocialStream.Video.show(); <% end %> }); <% end %>
Version data entries
18 entries across 18 versions & 2 rubygems