wiki pages: remove unused noredirect=1 from /wiki_pages index.

This commit is contained in:
evazion
2019-10-31 19:06:39 -05:00
parent 3a908f84bb
commit 9b9afff8c8

View File

@@ -13,7 +13,7 @@
<tbody>
<% @wiki_pages.each do |wiki_page| %>
<tr>
<td class="category-<%= wiki_page.category_name %>"><%= link_to wiki_page.pretty_title, wiki_page_path(wiki_page, :noredirect => 1) %></td>
<td class="category-<%= wiki_page.category_name %>"><%= link_to_wiki wiki_page.title %></td>
<td><%= time_ago_in_words_tagged(wiki_page.updated_at) %></td>
</tr>
<% end %>