liquid_feedback_frontend

view env/format/percent_floor.lua @ 1857:1c329811e47f

Allow to hide password reset and login recover feature
author bsw
date Sat Sep 17 21:32:10 2022 +0200 (2022-09-17)
parents 7e48d429389f
children
line source
1 function format.percent_floor(p, q)
2 if q > 0 then
3 return math.floor(100 * p / q) .. "%"
4 else
5 return "0%"
6 end
7 end

Impressum / About Us