list series pools first on post pages; color collection pools purple

This commit is contained in:
Toks
2013-05-13 21:11:48 -04:00
parent a9efb93e99
commit fb4ce9a13b
3 changed files with 18 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
</td>
<td>
<%= link_to h(pool.pretty_name), pool_path(pool) %>
<%= link_to h(pool.pretty_name), pool_path(pool), :class => "pool-category-#{pool.category}" %>
</td>
<td>
<%= link_to_user pool.creator %>