liquid_feedback_frontend

changeset 1061:7188f8a45b3d

Added link to suggestion details
author bsw
date Wed Jul 16 21:51:08 2014 +0200 (2014-07-16)
parents d6ab5f231178
children f03fbffc1800
files app/main/initiative/show.lua
line diff
     1.1 --- a/app/main/initiative/show.lua	Wed Jul 16 21:50:26 2014 +0200
     1.2 +++ b/app/main/initiative/show.lua	Wed Jul 16 21:51:08 2014 +0200
     1.3 @@ -329,6 +329,7 @@
     1.4                  attr = { class = "suggestion-text" },
     1.5                  content = function ()
     1.6                    slot.put ( suggestion:get_content( "html" ) )
     1.7 +                  
     1.8  
     1.9                if direct_supporter then
    1.10                  
    1.11 @@ -490,6 +491,12 @@
    1.12                    text = _"Show more and rate this"
    1.13                  end
    1.14                    
    1.15 +                ui.link{
    1.16 +                  attr = { class = "suggestion-details" },
    1.17 +                  content = _"Details",
    1.18 +                  module = "suggestion", view = "show", id = suggestion.id
    1.19 +                }
    1.20 +
    1.21                  ui.link { 
    1.22                    attr = { 
    1.23                      class = "suggestion-more",

Impressum / About Us