liquid_feedback_frontend
changeset 582:09a91ebcbb8c
Correctly display discussion and pad links
author | bsw |
---|---|
date | Wed Jun 20 14:24:27 2012 +0200 (2012-06-20) |
parents | c676054cb0bc |
children | edf6b6814a68 |
files | app/main/issue/_show.lua |
line diff
1.1 --- a/app/main/issue/_show.lua Wed Jun 20 13:31:09 2012 +0200 1.2 +++ b/app/main/issue/_show.lua Wed Jun 20 14:24:27 2012 +0200 1.3 @@ -178,7 +178,7 @@ 1.4 elseif i > 1 then 1.5 slot.put(" · ") 1.6 end 1.7 - if link.module then 1.8 + if link.module or link.external then 1.9 ui.link(link) 1.10 else 1.11 ui.tag(link)