/posts: fix link to wiki in wiki excerpt.

This commit is contained in:
evazion
2019-11-04 18:53:08 -06:00
parent a418ed7281
commit a677c3ff1f

View File

@@ -32,7 +32,7 @@
<%= wiki_page_alias_and_implication_list(wiki_page) %>
<p class="links">
<%= link_to "View wiki", wiki_page_path(wiki_page.id) %>
<%= link_to_wiki "View wiki", wiki_page.title %>
</p>
</div>
<% end %>