related tags: eliminate favorite_tags cookie (#3955).
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div id="related-tags" class="related-tags">
|
||||
<% if local_assigns[:related_tags] %>
|
||||
<%= render "tag_column", tags: cookies[:recent_tags].to_s.split, title: "Recent" %>
|
||||
<%= render "tag_column", tags: cookies[:favorite_tags].to_s.split, title: "Frequent" %>
|
||||
<%= render "tag_column", tags: related_tags.favorite_tags, title: "Frequent" %>
|
||||
<%= render "tag_column", tags: related_tags.tags, class: "general-related-tags-column", title: related_tags.pretty_name %>
|
||||
<%= render "tag_column", tags: related_tags.translated_tags, title: "Translated Tags" %>
|
||||
<%= render "tag_column", tags: related_tags.wiki_page_tags, class: "wiki-related-tags-column", title: link_to("wiki:#{related_tags.pretty_name}", show_or_new_wiki_pages_path(title: related_tags.query)) %>
|
||||
|
||||
Reference in New Issue
Block a user