add link for migrating tag subscription to saved search

This commit is contained in:
r888888888
2016-06-15 13:39:16 -07:00
parent 3e3f90d79a
commit 4622656abb
4 changed files with 12 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
<%= link_to "edit", edit_tag_subscription_path(tag_subscription) %>
| <%= link_to "delete", tag_subscription_path(tag_subscription), :method => :delete, :data => {:confirm => "Are you sure you want to delete this subscription?"} %>
| <%= link_to "posts", posts_path(:tags => "sub:#{tag_subscription.creator.name}:#{tag_subscription.name}"), :rel => "nofollow" %>
| <%= link_to "migrate", migrate_tag_subscription_path(tag_subscription), :method => :post %>
</td>
</tr>
<% end %>