diff options
author | azul <azul@riseup.net> | 2014-04-25 12:10:48 +0200 |
---|---|---|
committer | azul <azul@riseup.net> | 2014-04-25 12:10:48 +0200 |
commit | 2b6200f508ddb8e1c8a76fd3778881c39d787d8d (patch) | |
tree | 7f8fd9a78b619bf886bd3b985369c21260c8ea0a /app/views/common/_download_button.html.haml | |
parent | 14b43488b968a1544fdb65caa4fb0df99606c3ff (diff) | |
parent | 1da12752c3b3aa3d4a03e67ede133e807e9434df (diff) |
Merge pull request #151 from azul/bugfix/5549-prefer-client-signup
Bugfix/5549 prefer client signup
Diffstat (limited to 'app/views/common/_download_button.html.haml')
-rw-r--r-- | app/views/common/_download_button.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/common/_download_button.html.haml b/app/views/common/_download_button.html.haml new file mode 100644 index 0000000..157c40a --- /dev/null +++ b/app/views/common/_download_button.html.haml @@ -0,0 +1,6 @@ +.home-buttons + .row-fluid.first + .span2 + .download.span8 + = render partial: 'common/download_for_os', collection: available_clients + ['other'] + .span2 |