DEV: Colocate core components with mobile templates

Core now has support for mobile-specific overrides of component templates, so we can now safely colocate the last batch of core components.

Followup to 524cb5211b
This commit is contained in:
David Taylor 2023-02-15 10:20:26 +00:00
parent 3ab7469fcb
commit a5c92a7b43
8 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ RSpec.describe "Coding style" do
describe "non-colocated component templates" do
{
# "discourse" => "app/assets/javascripts/discourse/app/templates/components",
"discourse" => "app/assets/javascripts/discourse/app/templates/components",
"admin" => "app/assets/javascripts/admin/addon/templates/components",
"chat/discourse" => "plugins/chat/assets/javascripts/discourse/templates/components",
"chat/admin" => "plugins/chat/assets/javascripts/admin/templates/components",