Sha256: fb8a36e790f97072714e15c3c845af295c0d25193c15807a7669a17b03af4389

Contents?: true

Size: 430 Bytes

Versions: 3

Compression:

Stored size: 430 Bytes

Contents

%h2= @album.name
%h3 Orbit View

= link_to "New Image", new_album_image_path(@album)

- if @album.images.any?
  .images#featured
    - @album.images.each do |image|
      = render :partial => 'imagine/images/orbit_view/image', :object => image

  = javascript_include_tag 'jquery.orbit-1.2.3.min.js'
  = stylesheet_link_tag 'orbit-1.2.3.css'

  :javascript
     $(window).load(function() {
       $('#featured').orbit();
     });

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
imagine-0.3.0 plugins/orbit_view/app/views/imagine/albums/orbit_view/show.html.haml
imagine-0.2.3 orbit_view/app/views/imagine/albums/orbit_view/show.html.haml
imagine-0.2.2 orbit_view/app/views/imagine/albums/orbit_view/show.html.haml