# HG changeset patch # User bsw # Date 1405540268 -7200 # Node ID 7188f8a45b3d41b0b5f6b9c4b3e674ad20a1dfa5 # Parent d6ab5f231178a100ebda1a4495102b2a6a3ef0a3 Added link to suggestion details diff -r d6ab5f231178 -r 7188f8a45b3d app/main/initiative/show.lua --- a/app/main/initiative/show.lua Wed Jul 16 21:50:26 2014 +0200 +++ b/app/main/initiative/show.lua Wed Jul 16 21:51:08 2014 +0200 @@ -329,6 +329,7 @@ attr = { class = "suggestion-text" }, content = function () slot.put ( suggestion:get_content( "html" ) ) + if direct_supporter then @@ -490,6 +491,12 @@ text = _"Show more and rate this" end + ui.link{ + attr = { class = "suggestion-details" }, + content = _"Details", + module = "suggestion", view = "show", id = suggestion.id + } + ui.link { attr = { class = "suggestion-more",