mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
* New settings? * New Settings page! * Vendor Inertia * Fix some issues * <Link>ify the site!
8 lines
198 B
Ruby
8 lines
198 B
Ruby
class Settings::BadgesController < Settings::BaseController
|
|
def show
|
|
render_settings_page(
|
|
active_section: "badges",
|
|
settings_update_path: my_settings_profile_path
|
|
)
|
|
end
|
|
end
|