From fb9601e3b820d95200479714758bb07c0ac14434 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 8 Jan 2014 22:01:18 -0800 Subject: fix android page, format warnings nicer. --- pages/windows/en.haml | 19 +++++++++++++++++++ pages/windows/en.md | 15 --------------- 2 files changed, 19 insertions(+), 15 deletions(-) create mode 100644 pages/windows/en.haml delete mode 100644 pages/windows/en.md (limited to 'pages/windows') diff --git a/pages/windows/en.haml b/pages/windows/en.haml new file mode 100644 index 0000000..860285c --- /dev/null +++ b/pages/windows/en.haml @@ -0,0 +1,19 @@ +- @title = "Bitmask for Windows" + +%h1 Bitmask for Windows + +.row + .col-sm-8.col-sm-offset-2 + .p.alert.alert-danger + %i.fa.fa-warning + WARNING: Currently, the Windows build is very buggy and is not officially supported. If you know Windows programming, we could use your help. + +%h2 Download latest version + += render({:partial => 'common/download_button'}, {:link => '/client/windows/Bitmask-win32-latest.zip', :text => 'Download for Windows'}) + +%h2 Download other versions + +%p If you want to install an old version of Bitmask, you can browse all releases. + += render({:partial => 'common/email'}) diff --git a/pages/windows/en.md b/pages/windows/en.md deleted file mode 100644 index 31728b1..0000000 --- a/pages/windows/en.md +++ /dev/null @@ -1,15 +0,0 @@ -- @title = "Bitmask for Windows" - -## Download latest version - -Currently, the Windows build is very buggy and is not officially support. - -Use at your own risk. - -<%= render({:partial => 'common/download_button'}, {:link => '/client/windows/Bitmask-win32-latest.zip', :text => 'Download for Windows'}) %> - -## Download other versions - -If you want to install an old version of Bitmask, you can [browse all releases.](/client/windows/) - -<%= render({:partial => 'common/email'}) %> -- cgit v1.2.3