Sha256: c087e0e5f7c5950b264b782b6dc8b2492c952c4d16a4f495d2f80fe0670f62ca

Contents?: true

Size: 841 Bytes

Versions: 24

Compression:

Stored size: 841 Bytes

Contents

- content_for :scripts do
  = javascript_include_tag 'jquery.quickSearch.js', 'jquery.twoLevelSort.js'
  :javascript
    $(function() {
      $('#quick-search').quickSearch({url: '#{forge_galleries_path}'});
      $('#item-list').forgeTwoLevelSort({callbackPath: '#{reorder_forge_galleries_path}', itemArray: 'gallery_list[]'});
    });
  
%h1 Your Galleries

%p.info
  This is a list of the image galleries in your site.  If your site only supports one image gallery, it will display the first gallery in this list.
  Click on the title of the gallery to add new images and manage its existing ones.

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

Version data entries

24 entries across 24 versions & 1 rubygems

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