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

Version Path
social_stream-2.2.1 documents/app/views/videos/_video_show.html.erb
social_stream-2.2.0 documents/app/views/videos/_video_show.html.erb
social_stream-documents-2.2.0 app/views/videos/_video_show.html.erb
social_stream-2.1.1 documents/app/views/videos/_video_show.html.erb
social_stream-2.1.0 documents/app/views/videos/_video_show.html.erb
social_stream-documents-2.1.0 app/views/videos/_video_show.html.erb
social_stream-2.0.4 documents/app/views/videos/_video_show.html.erb
social_stream-documents-2.0.4 app/views/videos/_video_show.html.erb
social_stream-2.0.3 documents/app/views/videos/_video_show.html.erb
social_stream-documents-2.0.3 app/views/videos/_video_show.html.erb
social_stream-2.0.2 documents/app/views/videos/_video_show.html.erb
social_stream-documents-2.0.2 app/views/videos/_video_show.html.erb
social_stream-2.0.1 documents/app/views/videos/_video_show.html.erb
social_stream-documents-2.0.1 app/views/videos/_video_show.html.erb
social_stream-2.0.0 documents/app/views/videos/_video_show.html.erb
social_stream-documents-2.0.0 app/views/videos/_video_show.html.erb
social_stream-2.0.0.beta3 documents/app/views/videos/_video_show.html.erb
social_stream-documents-2.0.0.beta3 app/views/videos/_video_show.html.erb