add pool nav id (#1402)

This commit is contained in:
Toks
2013-04-22 11:32:37 -04:00
parent f6101bbde3
commit 2e1506f734

View File

@@ -171,7 +171,7 @@ class PostPresenter < Presenter
end
def pool_link_html(template, pool, options = {})
pool_html = ["<li>"]
pool_html = ['<li id="nav-link-for-pool-#{pool.id}">']
match_found = false
if options[:include_rel]