fix searches colorization
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<% @search_service.each_search do |tags, count| %>
|
<% @search_service.each_search do |tags, count| %>
|
||||||
<tr class="category-#{Tag.category_for(tags)}">
|
<tr class="category-<%= Tag.category_for(tags) %>">
|
||||||
<td><%= link_to tags, posts_path(:tags => tags) %></td>
|
<td><%= link_to tags, posts_path(:tags => tags) %></td>
|
||||||
<td style="text-align: right;"><%= count.to_i %></td>
|
<td style="text-align: right;"><%= count.to_i %></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user