mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Update UI for wizard themes further reading step (#7669)
This commit is contained in:
@ -198,7 +198,10 @@ class Wizard
|
||||
end
|
||||
end
|
||||
|
||||
@wizard.append_step('themes-further-reading')
|
||||
@wizard.append_step('themes-further-reading') do |step|
|
||||
step.banner = "further-reading.png"
|
||||
step.add_field(id: 'popular-themes', type: 'component')
|
||||
end
|
||||
|
||||
@wizard.append_step('logos') do |step|
|
||||
step.add_field(id: 'logo', type: 'image', value: SiteSetting.site_logo_url)
|
||||
|
Reference in New Issue
Block a user