diff --git a/app/views/posts/index.html.erb b/app/views/posts/index.html.erb index a450cfd5e..7383c6a97 100644 --- a/app/views/posts/index.html.erb +++ b/app/views/posts/index.html.erb @@ -17,10 +17,10 @@ "> - Posts + Posts <% if @post_set.has_wiki? %> - Wiki + <%= link_to "Wiki", wiki_page_path(@post_set.wiki_page), :id => "show-wiki-excerpt-link" %> <% end %>