mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
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:
parent
ede0fa5802
commit
a1843104dd
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user