From 7c99b89d438766fdaad2044bb7522835ace998e5 Mon Sep 17 00:00:00 2001
From: rmaskey <rmaskey@gmail.com>
Date: Sat, 16 Oct 2010 19:31:47 -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 923e8ac97a..6ba593d62e 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
-- 
GitLab