Extract and implement footer overhaul from #2215

This commit is contained in:
syeopite
2023-07-24 15:11:45 -07:00
committed by Fijxu
parent 325561e755
commit e98aafa4b5
8 changed files with 242 additions and 67 deletions

View File

@@ -8,7 +8,7 @@ module Invidious::Routes::PreferencesRoute
preferences = env.get("preferences").as(Preferences)
templated "user/preferences"
templated "user/preferences", buffer_footer: true
end
def self.update(env)