From 2787eb0c6b05c2bdbd5d3710ba7ac956aa946748 Mon Sep 17 00:00:00 2001 From: romanov Date: Sat, 16 Oct 2010 19:26:46 -0400 Subject: [PATCH 1/3] 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) From 7c99b89d438766fdaad2044bb7522835ace998e5 Mon Sep 17 00:00:00 2001 From: rmaskey Date: Sat, 16 Oct 2010 19:31:47 -0400 Subject: [PATCH 2/3] 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 923e8ac97..6ba593d62 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(:aspect => @aspect) + = link_to "⇧ #{t('.albums')}", albums_path From 569376df00fb3fe9e110774de9b28e43b48cc514 Mon Sep 17 00:00:00 2001 From: rmaskey Date: Sat, 16 Oct 2010 19:32:02 -0400 Subject: [PATCH 3/3] 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..01dc23d7d 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)