Include admin/API/banner nativi, form contatti e reset copertina standard con layout edit più ampio. Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
135 B
Ruby
10 lines
135 B
Ruby
module LegalHelper
|
|
def legal_last_updated
|
|
"20 agosto 2026"
|
|
end
|
|
|
|
def cookie_policy_last_updated
|
|
"3 giugno 2026"
|
|
end
|
|
end
|