FIX: Broken link to theme in customize colors page (#27069)

This regressed in https://github.com/discourse/discourse/pull/26644
This commit is contained in:
Penar Musaraj 2024-05-17 17:04:12 -04:00 committed by GitHub
parent ede0fa5802
commit a1843104dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
{{i18n "admin.customize.theme_owner"}}
<LinkTo
@route="adminCustomizeThemes.show"
@model={{this.model.theme_id}}
@models={{array "themes" this.model.theme_id}}
>{{this.model.theme_name}}</LinkTo>
</span>
{{else}}