summaryrefslogtreecommitdiff
path: root/core/app/views/common/_download_for_os.html.haml
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2014-01-21 10:17:35 -0800
committerjessib <jessib@riseup.net>2014-01-21 10:17:35 -0800
commit77520ca1d1d6f932bb6d56f48effcadf4b623802 (patch)
treeb81a23251048848a68c559456e9581b4e8799aca /core/app/views/common/_download_for_os.html.haml
parenta19d01313ac534bdbbd8381593f887f1f77c94d5 (diff)
parent8c087dc69174a5fbd9390b5c3a795fd0f56f6ed2 (diff)
Merge branch 'develop' into feature/messages_api
Diffstat (limited to 'core/app/views/common/_download_for_os.html.haml')
-rw-r--r--core/app/views/common/_download_for_os.html.haml9
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