Allow A/D shortcuts for browsing favgroups

This commit is contained in:
Toks
2015-06-25 10:29:59 -04:00
parent 04fa5596e2
commit c2530e9e53
3 changed files with 8 additions and 6 deletions

View File

@@ -235,7 +235,7 @@ class PostPresenter < Presenter
first = true
pools = @post.pools.series_first
pools.each do |pool|
if first && template.params[:tags].blank?
if first && template.params[:tags].blank? && template.params[:favgroup_id].blank?
html += pool_link_html(template, pool, :include_rel => true)
first = false
else