summaryrefslogtreecommitdiff
path: root/core/app/views/common/_download_for_os.html.haml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-11-14 02:19:57 -0800
committerelijah <elijah@riseup.net>2013-11-14 02:23:54 -0800
commit108938615ff7490080f80ea2d6bd1cd8037cdd84 (patch)
tree91eecc502899e2cbf2b7bc4f44e9ad15dbb58fa2 /core/app/views/common/_download_for_os.html.haml
parent10be8c0073b67dcfb7925996e81c2e717f8b499e (diff)
minor improvements to the download button (proper localization, better image, better hooks for customization)
Diffstat (limited to 'core/app/views/common/_download_for_os.html.haml')
-rw-r--r--core/app/views/common/_download_for_os.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/app/views/common/_download_for_os.html.haml b/core/app/views/common/_download_for_os.html.haml
index b7c88ba..4c096ce 100644
--- a/core/app/views/common/_download_for_os.html.haml
+++ b/core/app/views/common/_download_for_os.html.haml
@@ -8,8 +8,8 @@
%br/
%small= I18n.t("os.#{os}")
%span.info
- = t(:client_info, :provider => content_tag(:b,APP_CONFIG[:domain])).html_safe
- %br/
+ %div= t(:client_info, :provider => content_tag(:b,APP_CONFIG[:domain])).html_safe
+ %div
- if os == "other"
= t(:all_downloads_info, :clients => alternative_client_links(os).to_sentence).html_safe
- else