style pool and wiki page titles by their category

fixes #1690 and #1521
This commit is contained in:
Toks
2013-05-30 15:13:53 -04:00
parent 3faee4a0b5
commit 26d95f072f
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<div id="a-show">
<h1>
Pool:
<%= @pool.pretty_name %>
<%= link_to @pool.pretty_name, pool_path(@pool), :class => "pool-category-#{@pool.category}" %>
<% if @pool.is_deleted? %>
<span class="inactive">(deleted)</span>
<% end %>