Sha256: 12edc72cc778d0a745fdf8dcb228be354a018188d2fae13928c9dec8cc7d49aa

Contents?: true

Size: 799 Bytes

Versions: 12

Compression:

Stored size: 799 Bytes

Contents

<div class='center'>
  <%= "<h3>#{video.name}</h3>" unless video.name.blank? %>
  <object width="520" height="390" align="c">
    <param name="movie" value="<%= video.url %>" />
    <param name="allowFullScreen" value="true" />
    <param name="allowscriptaccess" value="always" />
    <embed src="<%= video.url %>" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="520" height="390"></embed>
  </object>
  <%= "<p>By: #{video.description}</p>" unless video.description.blank? %>
  <% if admin_signed_in? %>
    <p class='asset-admin'>
      <%= link_to "Remove Video", video, :confirm => 'Are you sure?', :method => :delete %>
      <%= link_to "Edit Video", edit_video_path(video), :rel=>"#overlay", :class => "overlayed"  %>
    </p>
  <% end %>
</div>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
sbdevcore-0.1.2 app/views/videos/_show.html.erb
sbdevcore-0.1.1 app/views/videos/_show.html.erb
sbdevcore-0.1.0 app/views/videos/_show.html.erb
sbdevcore-0.0.9 app/views/videos/_show.html.erb
sbdevcore-0.0.8 app/views/videos/_show.html.erb
sbdevcore-0.0.7 app/views/videos/_show.html.erb
sbdevcore-0.0.6 app/views/videos/_show.html.erb
sbdevcore-0.0.5 app/views/videos/_show.html.erb
sbdevcore-0.0.4 app/views/videos/_show.html.erb
sbdevcore-0.0.3 app/views/videos/_show.html.erb
sbdevcore-0.0.1 app/views/videos/_show.html.erb
sbdev-core-0.0.1 app/views/videos/_show.html.erb