From 3ba149c8bc4259eef34a88c77c9de36a6ea903e7 Mon Sep 17 00:00:00 2001 From: Toks Date: Sun, 31 Mar 2013 08:32:23 -0400 Subject: [PATCH] quick search link consistency --- app/views/comments/_secondary_links.html.erb | 2 +- app/views/notes/_secondary_links.html.erb | 2 +- app/views/tags/_secondary_links.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/comments/_secondary_links.html.erb b/app/views/comments/_secondary_links.html.erb index bae582602..05a172767 100644 --- a/app/views/comments/_secondary_links.html.erb +++ b/app/views/comments/_secondary_links.html.erb @@ -1,6 +1,6 @@ <% content_for(:secondary_links) do %> -
  • <%= render "quick_search" %>
  • +
  • <%= render "comments/quick_search" %>
  • <%= link_to "Listing", comments_path(:group_by => "post") %>
  • <%= link_to "Search", search_comments_path %>
  • <%= link_to "Help", wiki_pages_path(:title => "help:comments") %>
  • diff --git a/app/views/notes/_secondary_links.html.erb b/app/views/notes/_secondary_links.html.erb index 8d2b12449..0e607b6c0 100644 --- a/app/views/notes/_secondary_links.html.erb +++ b/app/views/notes/_secondary_links.html.erb @@ -1,6 +1,6 @@ <% content_for(:secondary_links) do %> -
  • <%= render "quick_search" %>
  • +
  • <%= render "notes/quick_search" %>
  • <%= link_to "Listing", notes_path(:group_by => "post") %>
  • <%= link_to "Search", search_notes_path %>
  • <%= link_to "History", note_versions_path %>
  • diff --git a/app/views/tags/_secondary_links.html.erb b/app/views/tags/_secondary_links.html.erb index da7539f60..ea6d62d86 100644 --- a/app/views/tags/_secondary_links.html.erb +++ b/app/views/tags/_secondary_links.html.erb @@ -1,6 +1,6 @@ <% content_for(:secondary_links) do %> -
  • <%= render "quick_search" %>
  • +
  • <%= render "tags/quick_search" %>
  • <%= link_to "Listing", tags_path %>
  • <%= link_to "Search", search_tags_path %>
  • <%= link_to "Help", wiki_pages_path(:search => {:title => "help:tags"}) %>