fix for pool id (#1402)
This commit is contained in:
@@ -181,7 +181,7 @@ class PostPresenter < Presenter
|
|||||||
end
|
end
|
||||||
|
|
||||||
def pool_link_html(template, pool, options = {})
|
def pool_link_html(template, pool, options = {})
|
||||||
pool_html = ['<li id="nav-link-for-pool-#{pool.id}">']
|
pool_html = ["<li id='nav-link-for-pool-#{pool.id}'>"]
|
||||||
match_found = false
|
match_found = false
|
||||||
|
|
||||||
if options[:include_rel]
|
if options[:include_rel]
|
||||||
|
|||||||
Reference in New Issue
Block a user