-# 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(); }); - content_for :left_pane do = render "shared/aspect_friends" %h3 Albums = link_to t('.new_album'), '#new_album_pane', {:class => "button", :id => "add_album_button"} .fancybox_content #new_album_pane = render "albums/new_album", :aspect => params[:aspect] %div - for album in @albums = render "album", :post => album #pagination = will_paginate @albums