Sha256: 23f8a6f976f85dbcdc0f6b8691c1e00d2d2da829119699098d91b71a950b4a84

Contents?: true

Size: 755 Bytes

Versions: 9

Compression:

Stored size: 755 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">
      <% #TODO: this only works with youtube urls right now. obviously hack %>
      <iframe src="<%= video.src %>" frameborder="0" allowfullscreen></iframe>
    </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

9 entries across 9 versions & 1 rubygems

Version Path
woople-theme-0.2.2 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.2.1 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.2.0 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.1.0 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.0.6 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.0.5 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.0.4 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.0.3 app/views/woople-theme/_video_modal.html.erb
woople-theme-0.0.2 app/views/woople-theme/_video_modal.html.erb