From 55c1530c9f19d83bd032c6e5ec10ad4acdf92beb Mon Sep 17 00:00:00 2001 From: maxwell Date: Wed, 15 Sep 2010 14:09:05 -0700 Subject: [PATCH] MS DG fixing an edit profile bug --- app/views/users/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml index 3756060e8..ce0b822a7 100644 --- a/app/views/users/edit.html.haml +++ b/app/views/users/edit.html.haml @@ -32,7 +32,7 @@ - else You don't have any photos! Go to the - = link_to "albums", albums_path + = link_to "albums", albums_path(:aspect => 'all') page to upload some. =will_paginate @photos