Sha256: d5942c83e125ebd8455653e568a4aeb138465f86e270fd1d4055cb2d930cba8f

Contents?: true

Size: 528 Bytes

Versions: 24

Compression:

Stored size: 528 Bytes

Contents

- content_for :scripts do
  = javascript_include_tag 'jquery.quickSearch'
  :javascript
    $(function() {
      $('#quick-search').quickSearch({url: '#{forge_videos_path}'});
    });
  
%h1 Your Videos

%p This is a list of all the videos in your site.  You can add, edit, and delete videos here.

= render :partial => "forge/shared/section_header", :locals => {:item => Video}
%ul#item-list= render :partial => "video", :collection => @videos
= render :partial => "forge/shared/section_footer", :locals => {:items => @videos}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/videos/index.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/videos/index.html.haml