mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
DEV: Revert colocation of components with mobile templates (#20285)
Separate mobile templates aren't compatible with colocation. Reverting for now.
This commit is contained in:
parent
1813eb4fac
commit
524cb5211b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user