From f0fa79bb09173c94a5dd538a626b716669767420 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Wed, 6 Jul 2011 19:13:34 -0700 Subject: [PATCH] Revert "ordered hash stuff" This reverts commit 2d98b939d10af04ef03c2cb65a6fd94174367d08. --- app/views/admins/stats.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admins/stats.html.haml b/app/views/admins/stats.html.haml index cc9073ea4..565e7cfdf 100644 --- a/app/views/admins/stats.html.haml +++ b/app/views/admins/stats.html.haml @@ -1,7 +1,7 @@ .span-24.last %h3 = for tg in @popular_tags - = link_to tg.first.first.name, tags_path(tg.first.first.name) + = link_to tg, tags_path(tg) %br %br