Fix #3973: Pool gallery is broken.

This commit is contained in:
evazion
2018-11-06 13:11:11 -06:00
parent 26c1eadf6a
commit ff9ce25b01

View File

@@ -8,7 +8,7 @@
<% end -%> <% end -%>
<% if pool -%> <% if pool -%>
<p class="desc"> <p class="desc">
<%= link_to truncate(pool.pretty_name, 80), pool_path(pool.id) %> <%= link_to pool.pretty_name.truncate(80), pool %>
</p> </p>
<% end -%> <% end -%>
<% if similarity -%> <% if similarity -%>