fix for pool id (#1402)

This commit is contained in:
Toks
2013-05-04 09:24:37 -04:00
parent 98b8e6a3e6
commit b6a0765d10

View File

@@ -181,7 +181,7 @@ class PostPresenter < Presenter
end
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
if options[:include_rel]