This commit is contained in:
albert
2013-03-20 00:18:34 -07:00
parent 17f036b103
commit 07f6c4d0a9
2 changed files with 1 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
<% content_for(:secondary_links) do %>
<menu>
<li><%= render "wiki_pages/quick_search" %></li>
<li><%= link_to "Listing", wiki_pages_path %></li>
<li><%= link_to "Search", search_wiki_pages_path %></li>
<li><%= link_to "New", new_wiki_page_path %></li>

View File

@@ -1,11 +1,4 @@
<aside id="sidebar">
<section>
<h1>Search</h1>
<%= form_tag(wiki_pages_path, :method => :get) do %>
<%= text_field_tag "title", params[:title], :size => 20 %>
<% end %>
</section>
<%= render "wiki_pages/recent_changes" %>
<section id="blacklist-box">