Sha256: c2628e757814fa8622ac631afedd41bc35059df8b864c752021ea0d4ffa64b99

Contents?: true

Size: 580 Bytes

Versions: 5

Compression:

Stored size: 580 Bytes

Contents

<%= div_for video, :class => 'content_size' do %>

  <div class="attachment_thumb">
    <%= link_to thumb_for(video),
        {:controller => "documents", :action => "download", :id => video}, 
        :class => "" %>
  </div>
  
  <div class="attachment_text">
  	<%= t('video.msg') %><%= link_to "\""+video.file_file_name+"\"", 
    {:controller => "documents", :action => "download", :id => video},  
    :class => "" %>

	<video src="<%= video_path(video)+"?style=webm" %>" controls="controls">
		Your browser does not support the video element.
	</video>
  </div>

<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
social_stream-documents-0.1.10 app/views/videos/_video.html.erb
social_stream-documents-0.1.9 app/views/videos/_video.html.erb
social_stream-documents-0.1.8 app/views/videos/_video.html.erb
social_stream-documents-0.1.7 app/views/videos/_video.html.erb
social_stream-documents-0.1.6 app/views/videos/_video.html.erb