diff --git a/app/views/posts/partials/index/_preview.html.erb b/app/views/posts/partials/index/_preview.html.erb index fb22cfce5..0d51864b1 100644 --- a/app/views/posts/partials/index/_preview.html.erb +++ b/app/views/posts/partials/index/_preview.html.erb @@ -8,7 +8,7 @@ <% end -%> <% if pool -%>

- <%= link_to truncate(pool.pretty_name, 80), pool_path(pool.id) %> + <%= link_to pool.pretty_name.truncate(80), pool %>

<% end -%> <% if similarity -%>