liquid_feedback_frontend

changeset 290:24f8920e05f1

Removed author links from voting ballot to make grabbing initiatives easier
author bsw
date Sat Feb 25 12:48:49 2012 +0100 (2012-02-25)
parents 6f79a181a921
children 44f9a09ea51c
files app/main/vote/list.lua
line diff
     1.1 --- a/app/main/vote/list.lua	Sat Feb 25 12:43:10 2012 +0100
     1.2 +++ b/app/main/vote/list.lua	Sat Feb 25 12:48:49 2012 +0100
     1.3 @@ -421,11 +421,7 @@
     1.4                                module = "member", view = "show", id = initiator.id
     1.5                              }
     1.6                              slot.put(" ")
     1.7 -                            ui.link{
     1.8 -                              attr = { class = "clickable" },
     1.9 -                              text = initiator.name,
    1.10 -                              module = "member", view = "show", id = initiator.id
    1.11 -                            }
    1.12 +                            ui.tag{ content = initiator.name }
    1.13                              slot.put(" ")
    1.14                            end
    1.15                          end

Impressum / About Us