From 144d673dac89d83a2a717ace32403c418176edef Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 11 Aug 2010 17:16:20 -0700 Subject: [PATCH] DG, RS; album button looks better --- app/views/albums/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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