aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
Diffstat (limited to 'perllib')
-rw-r--r--perllib/CrossSell.pm21
1 files changed, 8 insertions, 13 deletions
diff --git a/perllib/CrossSell.pm b/perllib/CrossSell.pm
index f9bb73d6a..5c7bf04ac 100644
--- a/perllib/CrossSell.pm
+++ b/perllib/CrossSell.pm
@@ -163,25 +163,20 @@ EOF
sub display_app_links {
return <<EOF;
-<h1 style="padding-top:0.5em">New! FixMyStreet Apps for Apple and Android</h1>
-<p>
-We've built all-new FixMyStreet phone apps, for your use. Key
-improvements include offline reporting (for where there is bad signal)
-and a better interface for adding problem reports more quickly and
-easily. Please give the apps a go and tell us what you think.
-</p>
+<h1>Next time, report your issue quicker.</h1>
+<p>Download our awesome app, and make reporting and monitoring issues on the go a breeze.</p>
-<p>
+<p class="app-links">
<a href="https://play.google.com/store/apps/details?id=org.mysociety.FixMyStreet">
<img alt="FixMyStreet Android app on Google Play"
src="/cobrands/fixmystreet/images/google_play_logo.png" />
-</a>
-
-<a href="https://itunes.apple.com/gb/app/fixmystreet/id297456545">
+</a><a href="https://itunes.apple.com/gb/app/fixmystreet/id297456545">
<img alt="FixMyStreet app on the App Store"
src="/cobrands/fixmystreet/images/itunes_store_logo.png" />
-</a><br>
+</a>
</p>
+
+<p class="desktop-advice">Not on your mobile? No problem! Download now, and the app will be ready to use when you next pick up your phone.</p>
EOF
}
@@ -245,7 +240,7 @@ sub display_advert ($$;$%) {
#unless (defined $data{done_tms} && $data{done_tms}==1) {
$c->stash->{scratch} = 'advert=wtt';
- return '<div style="margin: 0 5em; border-top: dotted 1px #666666;">'
+ return '<div class="advert-mobile-apps">'
. display_app_links()
. '</div>';