liquid_feedback_frontend
diff app/main/draft/diff.lua @ 727:161cebfc44d4
Optical improvements
author | bsw |
---|---|
date | Thu Jun 28 16:16:02 2012 +0200 (2012-06-28) |
parents | cc7650c7053f |
children | f49cdfb72567 |
line diff
1.1 --- a/app/main/draft/diff.lua Thu Jun 28 16:08:45 2012 +0200 1.2 +++ b/app/main/draft/diff.lua Thu Jun 28 16:16:02 2012 +0200 1.3 @@ -26,7 +26,7 @@ 1.4 params = { draft = new_draft} 1.5 } 1.6 1.7 -slot.put_into("title", " · " .. _"Diff") 1.8 +ui.title(_"Diff") 1.9 1.10 if app.session.member_id and not new_draft.initiative.revoked then 1.11 local supporter = Supporter:new_selector():add_where{"member_id = ?", app.session.member_id}:count()