fixes #51: Post change search issue

This commit is contained in:
albert
2011-09-14 13:13:28 -04:00
parent 5abf3f096e
commit 12d85416ec
5 changed files with 31 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
<% content_for(:secondary_links) do %>
<menu>
<li><%= link_to "Posts", posts_path %></li>
<li><%= link_to "Upload", new_upload_path %></li>
<li><%= link_to "Search", search_post_versions_path %></li>
<li><%= link_to "Help", wiki_pages_path(:title => "help:posts") %></li>
</menu>
<% end %>