mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-07-04 04:12:13 +00:00
DEV: Restructure file locations
- Colocate components / connectors - Move admin UI files to `admin/assets` so they are only served to admins
This commit is contained in:
parent
dbafb3b277
commit
3828578d5d
@ -0,0 +1,5 @@
|
|||||||
|
{{ad-slot
|
||||||
|
placement="post-bottom"
|
||||||
|
category=@model.topic.category.slug
|
||||||
|
postNumber=@model.post_number
|
||||||
|
}}
|
@ -1,5 +0,0 @@
|
|||||||
{{ad-slot
|
|
||||||
placement="post-bottom"
|
|
||||||
category=model.topic.category.slug
|
|
||||||
postNumber=model.post_number
|
|
||||||
}}
|
|
Loading…
x
Reference in New Issue
Block a user