diaspora/app/views/albums/index.html.haml

14 lines
357 B
Text

-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
.span-24.last
= render "shared/publisher", :type => :album, :aspect => @aspect
%div
- for album in @albums
= render "album", :post => album
#pagination
= will_paginate @albums