Sha256: 34bab9bdf2bf3093b8eaae67cedd2cf58a388d9acc1f0afd713c259e0e02f32d

Contents?: true

Size: 929 Bytes

Versions: 10

Compression:

Stored size: 929 Bytes

Contents

<div id="myModal" class="modal hide">
  <div class="modal-header">
    <a class="close" data-dismiss="modal">×</a>
    <h3><%= video.name %></h3>
  </div>
  <div class="modal-body">
    <div class="modal-video">
      <div class="video-js-box modal-video-box">
        <video id="theme_video" class="video-js vjs-default-skin" controls preload="auto" data-setup="{}" poster="<%= asset_path('woople-theme/poster.jpg') %>">
          <source src="<%= video.src.html_safe %>" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
        </video>
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <div class="btn-group" data-toggle="buttons-radio">
      <button class="btn btn-primary"><i class="icon-thumbs-up"></i> <%=t 'woople_theme.video_modal.like' %></button>
      <button class="btn btn-primary"><i class="icon-thumbs-down"></i> <%=t 'woople_theme.video_modal.dislike' %></button>
    </div>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
woople-theme-0.2.12 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.2.11 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.2.10 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.2.9 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.2.8 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.2.7 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.2.6 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.2.5 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.2.4 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.2.3 app/views/woople-theme/_video_modal.html.erb