remove support for listbooru for tag subscriptions, enable for saved searches #2523

This commit is contained in:
r888888888
2015-10-27 17:45:32 -07:00
parent 5de709fda7
commit fafb881080
4 changed files with 39 additions and 49 deletions

View File

@@ -17,7 +17,6 @@
<tr id="saved-search-<%= saved_search.id %>">
<td><%= link_to saved_search.tag_query, posts_path(:tags => saved_search.tag_query) %></td>
<td>
<%= link_to "edit", edit_saved_search_path(saved_search) %> |
<%= link_to "delete", saved_search_path(saved_search), :method => :delete, :remote => true %>
</td>
</tr>