2
0

Implement quote posts in Moderator UI (#35964)

This commit is contained in:
Emelia Smith
2025-10-16 15:40:24 +02:00
committed by GitHub
parent 51d0bfcb38
commit 210b389643
11 changed files with 170 additions and 86 deletions

View File

@@ -28,7 +28,7 @@
- @verified_links.each do |field|
%li
%span.verified-badge
= material_symbol 'check', class: 'verified-badge__mark'
= material_symbol 'check', { class: 'verified-badge__mark' }
%span= field.value
= simple_form_for @account, url: settings_verification_path, html: { class: 'form-section' } do |f|