diff --git a/app/views/albums/index.html.haml b/app/views/albums/index.html.haml index 5ff653e37..59db9c376 100644 --- a/app/views/albums/index.html.haml +++ b/app/views/albums/index.html.haml @@ -11,8 +11,8 @@ .sub_header %ul.button_set - %li.selected= friends_albums_link - %li= your_albums_link + %li{:class => ("selected" if params[:friends])}= friends_albums_link + %li{:class => ("selected" if not params[:friends])}= your_albums_link %div - for album in @albums