habitica/views/tasks/ads.jade

28 lines
1.4 KiB
Text
Raw Normal View History

2013-08-28 17:16:53 +00:00
div(ng-if='authenticated() && user.flags.ads!="hide"')
2013-08-28 18:30:44 +00:00
span.pull-right(ng-if='list.type!="reward"')
2013-08-28 22:28:28 +00:00
a(x-bind='click:showStripe', tooltip='Remove Ads', ng-click='notPorted()')
2013-08-28 17:16:53 +00:00
i.icon-remove
br
2013-08-28 18:30:44 +00:00
a(ng-click='modals.whyAds=true', tooltip='Why Ads?')
2013-08-28 17:16:53 +00:00
i.icon-question-sign
div(ng-if='list.type=="habit"', habitrpg-adsense)
script(async='async', src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
// Habit3
ins.adsbygoogle(style='display: inline-block; width: 234px; height: 60px;', data-ad-client='ca-pub-3242350243827794', data-ad-slot='9529624576')
script.
(adsbygoogle = window.adsbygoogle || []).push({});
div(ng-if='list.type=="daily"', habitrpg-adsense)
script(async='async', src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
// Habit3
ins.adsbygoogle(style='display: inline-block; width: 234px; height: 60px;', data-ad-client='ca-pub-3242350243827794', data-ad-slot='9529624576')
script.
(adsbygoogle = window.adsbygoogle || []).push({});
div(ng-if='list.type=="todo"', habitrpg-adsense)
script(async='async', src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
// Habit3
ins.adsbygoogle(style='display: inline-block; width: 234px; height: 60px;', data-ad-client='ca-pub-3242350243827794', data-ad-slot='9529624576')
script.
(adsbygoogle = window.adsbygoogle || []).push({});