Sha256: 9e9e1560f627893b3f921918e265e770fa8e4d3bd8f71f14d4ff77ff667c06de

Contents?: true

Size: 555 Bytes

Versions: 24

Compression:

Stored size: 555 Bytes

Contents

- content_for :scripts do
  = javascript_include_tag 'jquery.quickSearch.js'
  :javascript
    $(function() {
      $('#quick-search').quickSearch({url: '#{forge_video_feeds_path}'});
    });

%h1 Videos from your feed

%p This is a list of all the videos imported from your video feed.


= render :partial => "forge/shared/section_header", :locals => {:item => VideoFeed, :options => {:show_new => false}}
%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.0.9 lib/forge/app/views/forge/video_feeds/index.html.haml
forge-cli-0.0.8 lib/forge/app/views/forge/video_feeds/index.html.haml
forge-cli-0.0.7 lib/forge/app/views/forge/video_feeds/index.html.haml
forge-cli-0.0.6 lib/forge/app/views/forge/video_feeds/index.html.haml