mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-02-07 03:58:11 +00:00
- Colocate components / connectors - Move admin UI files to `admin/assets` so they are only served to admins
23 lines
556 B
Handlebars
Executable File
23 lines
556 B
Handlebars
Executable File
{{#if showAd}}
|
|
{{#if site.mobileView}}
|
|
<div class="google-dfp-ad-label" style={{adTitleStyleMobile}}><h2>{{i18n
|
|
"adplugin.advertisement_label"
|
|
}}</h2></div>
|
|
<div
|
|
id={{divId}}
|
|
style={{adWrapperStyle}}
|
|
class="dfp-ad-unit"
|
|
align="center"
|
|
></div>
|
|
{{else}}
|
|
<div class="google-dfp-ad-label"><h2>{{i18n
|
|
"adplugin.advertisement_label"
|
|
}}</h2></div>
|
|
<div
|
|
id={{divId}}
|
|
style={{adWrapperStyle}}
|
|
class="dfp-ad-unit"
|
|
align="center"
|
|
></div>
|
|
{{/if}}
|
|
{{/if}} |