link uncategorized saved searches

This commit is contained in:
r888888888
2015-12-30 13:02:34 -08:00
parent 4ce916603d
commit 9f3bc6ac8f

View File

@@ -7,7 +7,7 @@
<% if category.present? %> <% if category.present? %>
<%= link_to_if SavedSearch.posts_search_available?, category.tr("_", " "), posts_path(:tags => "search:#{category}") %> <%= link_to_if SavedSearch.posts_search_available?, category.tr("_", " "), posts_path(:tags => "search:#{category}") %>
<% else %> <% else %>
Uncategorized <%= link_to "Uncategorized", posts_path(:tags => "search:all") %>
<% end %> <% end %>
</h2> </h2>
<table class="striped" width="100%"> <table class="striped" width="100%">