summaryrefslogtreecommitdiff
path: root/pages/install/android
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-09-26 15:30:40 -0700
committerelijah <elijah@riseup.net>2014-09-26 15:30:40 -0700
commit8e0565b8238f68732344f8f9bc6eda0a6ce61a47 (patch)
tree0bb6ffd1fb889dc9f6de4ed9e79865e3718c7730 /pages/install/android
parent87b28dbe2e09ab507ce0ce0acad2e260647481b0 (diff)
imported latest dl.bitmask.net pages
Diffstat (limited to 'pages/install/android')
-rw-r--r--pages/install/android/en.haml42
-rw-r--r--pages/install/android/en.text32
2 files changed, 32 insertions, 42 deletions
diff --git a/pages/install/android/en.haml b/pages/install/android/en.haml
deleted file mode 100644
index 0a959a5..0000000
--- a/pages/install/android/en.haml
+++ /dev/null
@@ -1,42 +0,0 @@
-- @title = "Bitmask for Android"
-- @nav_title = "Android"
-
-:javascript
- $(document).ready(function() {
- if (navigator.userAgent.toLowerCase().indexOf("android") > -1) {
- $('.non-android').hide();
- }
- });
-
-.row
- .col-sm-8.col-sm-offset-2
- .p.alert.alert-info
- %i.fa.fa-envelope
- <b>NOTE:</b> Bitmask for Android does not yet support encrypted email.
-
-%h2 Install from Google Play
-
-You can search for "Bitmask" in the Google Play store or use this link:
-
-.p.android
- = render({:partial => 'common/download_button'}, {:link => 'https://play.google.com/store/apps/details?id=se.leap.bitmaskclient', :text => 'Install for Android'})
-
-.p.non-android
- %a(href='https://play.google.com/store/apps/details?id=se.leap.bitmaskclient' alt='download')
- %img(src='/assets/qr/market-se.leap.bitmaskclient.png')
-
-%h2 Download app
-
-%p Alternately, you can download the Bitmask app directly from this website. You will need to enabled the option <b>Settings > Security > Unknown Sources</b> on your device for this method to work.
-
-.p.android
- = render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk', :text => 'Download for Android'})
-
-.p.non-android
- %a(href='https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk' alt='download')
- %img(src='/assets/qr/dl.bitmask.net-bitmask-android-latest.png')
-
-%h2 Download other versions
-
-%p
- If you want to install an old version of Bitmask, you can <a href="https://dl.bitmask.net/client/android/">browse all releases</a>.
diff --git a/pages/install/android/en.text b/pages/install/android/en.text
new file mode 100644
index 0000000..6418162
--- /dev/null
+++ b/pages/install/android/en.text
@@ -0,0 +1,32 @@
+@title = "Bitmask for Android"
+@nav_title = "Android"
+
+<script>
+ $(document).ready(function() {
+ if (navigator.userAgent.toLowerCase().indexOf("android") > -1) {
+ $('.non-android').hide();
+ }
+ });
+</script>
+
+<%= render({:partial => 'common/notice'}, {:type => 'info', :text => '<b>NOTE:</b> Bitmask for Android does not yet support encrypted email.'}) %>
+
+h2. Install from Google Play
+
+You can search for "Bitmask" in the Google Play store or use this link:
+
+p(android). <%= render({:partial => 'common/download_button'}, {:link => 'https://play.google.com/store/apps/details?id=se.leap.bitmaskclient', :text => 'Install for Android'}) %>
+
+p(non-android). !/assets/qr/market-se.leap.bitmaskclient.png!:https://play.google.com/store/apps/details?id=se.leap.bitmaskclient
+
+h2. Download app
+
+Alternately, you can download the Bitmask app directly from this website. You will need to enabled the option <b>Settings > Security > Unknown Sources</b> on your device for this method to work.
+
+p(android). <%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk', :text => 'Download for Android'}) %>
+
+p(non-android). !/assets/qr/dl.bitmask.net-bitmask-android-latest.png!:https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk
+
+h2. Download other versions
+
+If you want to install an old version of Bitmask, you can [[browse all releases => https://dl.bitmask.net/client/android/]].