wiki pages: remove unused noredirect=1 from /wiki_pages index.
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user