liquid_feedback_frontend

diff app/main/member/settings_notification.lua @ 1644:678c7146f27b

Fixed cancel links in member setting views
author bsw
date Tue Feb 09 21:20:01 2021 +0100 (2021-02-09)
parents 2626155efb83
children
line diff
     1.1 --- a/app/main/member/settings_notification.lua	Tue Feb 09 21:09:47 2021 +0100
     1.2 +++ b/app/main/member/settings_notification.lua	Tue Feb 09 21:20:01 2021 +0100
     1.3 @@ -164,9 +164,9 @@
     1.4                }
     1.5              else
     1.6                ui.link {
     1.7 -                attr = { class = "mdl-button mdl-js-button mdl-button--raised" },
     1.8 -                module = "member", view = "settings", 
     1.9 -                content = _"cancel"
    1.10 +                attr = { class = "mdl-button mdl-js-button" },
    1.11 +                module = "member", view = "show", id = app.session.member_id,
    1.12 +                content = _"Cancel"
    1.13                }
    1.14              end
    1.15              

Impressum / About Us