liquid_feedback_frontend
diff app/main/initiative/history.lua @ 1843:b01d9920371b
merge
author | jbe |
---|---|
date | Thu Feb 03 15:57:22 2022 +0100 (2022-02-03) |
parents | 294437b78505 |
children |
line diff
1.1 --- a/app/main/initiative/history.lua Thu Feb 03 15:54:23 2022 +0100 1.2 +++ b/app/main/initiative/history.lua Thu Feb 03 15:57:22 2022 +0100 1.3 @@ -39,7 +39,7 @@ 1.4 { 1.5 content = function(record) 1.6 slot.put('<label class="mdl-radio mdl-js-radio mdl-js-ripple-effect" for="old_draft_id_' .. record.id .. '"><input type="radio" class="mdl-radio__button" id="old_draft_id_' .. record.id .. '" name="old_draft_id" value="' .. tostring(record.id) .. '">') 1.7 - ui.tag { content = "compare" } 1.8 + ui.tag { content = _"compare" } 1.9 slot.put(" ") 1.10 ui.link{ 1.11 attr = { class = "action" },