23 lines
536 B
Text
23 lines
536 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.
|
|
|
|
- content_for :head do
|
|
:javascript
|
|
$(document).ready(function(){
|
|
$("#add_album_button").fancybox();
|
|
});
|
|
|
|
.span-4.append-1.last
|
|
= render "shared/aspect_friends"
|
|
|
|
.span-15.last
|
|
= render "shared/publisher", :type => :album, :aspect => @aspect
|
|
|
|
%div
|
|
- for album in @albums
|
|
= render "album", :post => album
|
|
|
|
#pagination
|
|
= will_paginate @albums
|
|
|