added class to the focus div telling us what topic page we're on

This commit is contained in:
Devin Howard 2013-01-05 11:39:44 -05:00
parent d2e2176fd9
commit 8b7017df22

View file

@ -1,4 +1,4 @@
<div class="focus">
<div class="focus topic_<%= @topic.id %>">
<div class="focusleft">
<p><%= @topic.metacode.name %></p>
<%= image_tag @topic.metacode.icon, :class => 'icon', :size => '50x50' %>