added class to the focus div telling us what topic page we're on
This commit is contained in:
parent
d2e2176fd9
commit
8b7017df22
1 changed files with 1 additions and 1 deletions
|
@ -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' %>
|
||||
|
|
Loading…
Reference in a new issue