Fix missing heading styles in settings area (#39387)

This commit is contained in:
Eugen Rochko 2026-06-12 07:59:08 +02:00 committed by GitHub
parent d438a09ddb
commit 77740e0ce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
%h3= t 'sessions.title'
%h3.heading-medium= t 'sessions.title'
%p.muted-hint
= t 'sessions.explanation'
= link_to t('sessions.view_authentication_history'), settings_login_activities_path

View File

@ -2,7 +2,7 @@
= t('settings.import')
= simple_form_for @import, url: settings_imports_path do |f|
.field-group
.fields-group
= f.input :type,
as: :grouped_select,
collection: { constructive: %i(following bookmarks lists), destructive: %i(muting blocking domain_blocking custom_filters) },
@ -33,7 +33,7 @@
- unless @recent_imports.empty?
%hr.spacer/
%h3= t('imports.recent_imports')
%h3.heading-medium= t('imports.recent_imports')
.table-wrapper
%table.table

View File

@ -19,7 +19,7 @@
%hr.spacer/
%h3= t('auth.migrate_account')
%h3.heading-medium= t('auth.migrate_account')
= simple_form_for @migration, url: settings_migration_path do |f|
- if on_cooldown?
@ -58,7 +58,7 @@
- unless @migrations.empty?
%hr.spacer/
%h3= t 'migrations.past_migrations'
%h3.heading-medium= t 'migrations.past_migrations'
%hr.spacer/
@ -85,5 +85,5 @@
%hr.spacer/
%h3= t 'migrations.incoming_migrations'
%h3.heading-medium= t 'migrations.incoming_migrations'
%p.muted-hint= t('migrations.incoming_migrations_html', path: settings_aliases_path)

View File

@ -35,7 +35,7 @@
%hr.spacer/
%h3= t('two_factor_authentication.recovery_codes')
%h3.heading-medium= t('two_factor_authentication.recovery_codes')
%p.muted-hint= t('two_factor_authentication.lost_recovery_codes')
%hr.spacer/