fixes #983
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<% content_for(:secondary_links) do %>
|
<% content_for(:secondary_links) do %>
|
||||||
<menu>
|
<menu>
|
||||||
|
<li><%= render "wiki_pages/quick_search" %></li>
|
||||||
<li><%= link_to "Listing", wiki_pages_path %></li>
|
<li><%= link_to "Listing", wiki_pages_path %></li>
|
||||||
<li><%= link_to "Search", search_wiki_pages_path %></li>
|
<li><%= link_to "Search", search_wiki_pages_path %></li>
|
||||||
<li><%= link_to "New", new_wiki_page_path %></li>
|
<li><%= link_to "New", new_wiki_page_path %></li>
|
||||||
|
|||||||
@@ -1,11 +1,4 @@
|
|||||||
<aside id="sidebar">
|
<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" %>
|
<%= render "wiki_pages/recent_changes" %>
|
||||||
|
|
||||||
<section id="blacklist-box">
|
<section id="blacklist-box">
|
||||||
|
|||||||
Reference in New Issue
Block a user