diff --git a/app/views/posts/partials/index/_excerpt.html.erb b/app/views/posts/partials/index/_excerpt.html.erb index ae5487793..923d8d857 100644 --- a/app/views/posts/partials/index/_excerpt.html.erb +++ b/app/views/posts/partials/index/_excerpt.html.erb @@ -32,7 +32,7 @@ <%= wiki_page_alias_and_implication_list(wiki_page) %>
- <%= link_to "View wiki", wiki_page_path(wiki_page.id) %> + <%= link_to_wiki "View wiki", wiki_page.title %>
<% end %>