Sha256: 45545cf8e98ef7adb8ca50714d9d7e05f7b5db1234a37f91833d85c042eee197

Contents?: true

Size: 182 Bytes

Versions: 8

Compression:

Stored size: 182 Bytes

Contents

-box do
  %h3=:recent_photos.l

  .pagination= paginating_links @photos if @photos.total_count > 1

  %ul
    - @photos.each do |photo|
      %li= image_tag photo.photo.url(:thumb) 

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/photos/recent.html.haml
community_engine-2.3.1 app/views/photos/recent.html.haml
community_engine-2.3.0 app/views/photos/recent.html.haml
community_engine-2.1.0 app/views/photos/recent.html.haml
community_engine-2.0.0 app/views/photos/recent.html.haml
community_engine-2.0.0.beta3 app/views/photos/recent.html.haml
community_engine-2.0.0.beta2 app/views/photos/recent.html.haml
community_engine-2.0.0.beta1 app/views/photos/recent.html.haml