From 2d98b939d10af04ef03c2cb65a6fd94174367d08 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Wed, 6 Jul 2011 19:11:53 -0700 Subject: [PATCH] ordered hash stuff --- 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 565e7cfdf..cc9073ea4 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, tags_path(tg) + = link_to tg.first.first.name, tags_path(tg.first.first.name) %br %br