diff options
author | elijah <elijah@riseup.net> | 2014-01-16 00:08:47 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-01-16 00:08:47 -0800 |
commit | 1eb7d8b27728febe325cfa7ecde5f84ef45dcba0 (patch) | |
tree | 031da10d981992c8699356920f93410989caa3d0 /core/app | |
parent | 93fc98f709f6682387227498f4413fda47e25c30 (diff) |
switch to using dl.bitmask.net
Diffstat (limited to 'core/app')
-rw-r--r-- | core/app/views/common/_download_for_os.html.haml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/core/app/views/common/_download_for_os.html.haml b/core/app/views/common/_download_for_os.html.haml index 4c096ce..3a11d10 100644 --- a/core/app/views/common/_download_for_os.html.haml +++ b/core/app/views/common/_download_for_os.html.haml @@ -3,10 +3,11 @@ %span.link - btn_class = (os == "other") ? "disabled" : "btn-primary" = link_to client_download_url(os), :class => "btn btn-large #{btn_class}" do - .pull-left= huge_icon('mask') - = t(:download_client) - %br/ - %small= I18n.t("os.#{os}") + = big_icon('download') + .pull-right + = t(:download_client) + %br/ + %small= I18n.t("os.#{os}") %span.info %div= t(:client_info, :provider => content_tag(:b,APP_CONFIG[:domain])).html_safe %div |