liquid_feedback_frontend

diff app/main/event/_list.lua @ 676:52ee665edf86

Optical enhancements in event list
author bsw
date Tue Jun 26 17:12:15 2012 +0200 (2012-06-26)
parents 56f8b045b730
children 93ac2eaec600
line diff
     1.1 --- a/app/main/event/_list.lua	Tue Jun 26 17:12:05 2012 +0200
     1.2 +++ b/app/main/event/_list.lua	Tue Jun 26 17:12:15 2012 +0200
     1.3 @@ -45,7 +45,7 @@
     1.4      last_event_id = event.id
     1.5      event.issue:load_everything_for_member_id(app.session.member_id)
     1.6  
     1.7 -    ui.container{ attr = { class = "issue_policy_info" }, content = function()
     1.8 +    ui.container{ attr = { class = "event_info" }, content = function()
     1.9        if (app.session.member_id or config.public_access == "pseudonym") and event.member_id then
    1.10          if app.session.member_id then
    1.11            ui.link{

Impressum / About Us