diff options
author | elijah <elijah@riseup.net> | 2014-01-08 03:39:09 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-01-08 03:39:09 -0800 |
commit | 1ca77d9a1a5df89982cb44b2af87bb7d8a827a53 (patch) | |
tree | 976b007ec37f70b6b7fc54de40609bc43c7bf1f6 /pages | |
parent | c591d5bd649fb84d7e6fd2ca82644a65d26bc42e (diff) |
added email note to linux page
Diffstat (limited to 'pages')
-rw-r--r-- | pages/linux/en.md | 2 | ||||
-rw-r--r-- | pages/mac/en.md | 2 | ||||
-rw-r--r-- | pages/windows/en.md | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/pages/linux/en.md b/pages/linux/en.md index b4afa73..f0066ba 100644 --- a/pages/linux/en.md +++ b/pages/linux/en.md @@ -52,3 +52,5 @@ If the result is: ### Other options If you want to install an old version of Bitmask, you can [browse all releases.](/client/linux/) + +<%= render({:partial => 'common/email'}) %>
\ No newline at end of file diff --git a/pages/mac/en.md b/pages/mac/en.md index cd8651b..9c5c944 100644 --- a/pages/mac/en.md +++ b/pages/mac/en.md @@ -12,4 +12,4 @@ Once the .dmg has been saved to your computer, mount the image and drag "Bitmask If you want to install an old version of Bitmask, you can [browse all releases.](/client/osx/) -<%= render({:partial => 'common/email'}, {:blah => true}) %> +<%= render({:partial => 'common/email'}) %> diff --git a/pages/windows/en.md b/pages/windows/en.md index ff27d0f..31728b1 100644 --- a/pages/windows/en.md +++ b/pages/windows/en.md @@ -12,4 +12,4 @@ Use at your own risk. If you want to install an old version of Bitmask, you can [browse all releases.](/client/windows/) -<%= render({:partial => 'common/email'}, {:blah => true}) %> +<%= render({:partial => 'common/email'}) %> |