Sha256: 145ecbec14dac471ee84c6f00cef1397b790331fedf1a1330a2553ba89069f0c

Contents?: true

Size: 387 Bytes

Versions: 7

Compression:

Stored size: 387 Bytes

Contents

%h2= @album.name
%h3 Orbit View

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

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

= 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

7 entries across 7 versions & 2 rubygems

Version Path
imagine-orbit_view-0.1.9 app/views/imagine/albums/orbit_view/show.html.haml
imagine-0.2.1 orbit_view/app/views/imagine/albums/orbit_view/show.html.haml
imagine-orbit_view-0.1.8 app/views/imagine/albums/orbit_view/show.html.haml
imagine-0.2.0 orbit_view/app/views/imagine/albums/orbit_view/show.html.haml
imagine-0.1.7 orbit_view/app/views/imagine/albums/orbit_view/show.html.haml
imagine-0.1.6 orbit_view/app/views/imagine/albums/orbit_view/show.html.haml
imagine-orbit_view-0.1.4 app/views/imagine/albums/orbit_view/show.html.haml