diff options
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 |