From 8b7017df2207af2260a7119ab6c610633fba4676 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 5 Jan 2013 11:39:44 -0500 Subject: [PATCH] added class to the focus div telling us what topic page we're on --- app/views/topics/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index c80ea25b..c6b4e023 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -1,4 +1,4 @@ -
+

<%= @topic.metacode.name %>

<%= image_tag @topic.metacode.icon, :class => 'icon', :size => '50x50' %>