Remove unnecessary html escape

This commit is contained in:
Toks
2013-07-18 10:37:51 -04:00
parent 8fb55a5ff3
commit ee1390f81c

View File

@@ -16,7 +16,7 @@
</td>
<td>
<%= link_to h(pool.pretty_name), pool_path(pool), :class => "pool-category-#{pool.category}" %>
<%= link_to pool.pretty_name, pool_path(pool), :class => "pool-category-#{pool.category}" %>
<% if pool.post_count > CurrentUser.user.per_page %>
<%= link_to "page #{pool.last_page}", pool_path(pool, :page => pool.last_page), :class => "last-page" %>