Fix #3973: Pool gallery is broken.
This commit is contained in:
@@ -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 -%>
|
||||||
|
|||||||
Reference in New Issue
Block a user