From 2787eb0c6b05c2bdbd5d3710ba7ac956aa946748 Mon Sep 17 00:00:00 2001 From: romanov Date: Sat, 16 Oct 2010 19:26:46 -0400 Subject: [PATCH] Issue #269: the album back link updated for aspect reference --- app/views/albums/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/albums/show.html.haml b/app/views/albums/show.html.haml index 6ba593d62..923e8ac97 100644 --- a/app/views/albums/show.html.haml +++ b/app/views/albums/show.html.haml @@ -36,4 +36,4 @@ #content_bottom .back - = link_to "⇧ #{t('.albums')}", albums_path + = link_to "⇧ #{t('.albums')}", albums_path(:aspect => @aspect)