summaryrefslogtreecommitdiff
path: root/pages/common/_download_button.haml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/common/_download_button.haml')
-rw-r--r--pages/common/_download_button.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/common/_download_button.haml b/pages/common/_download_button.haml
new file mode 100644
index 0000000..d42816d
--- /dev/null
+++ b/pages/common/_download_button.haml
@@ -0,0 +1,3 @@
+%a{:href => @locals[:link], :class => 'btn btn-primary btn-large'}
+ %i.fa.fa-cloud-download.fa-lg
+ = @locals[:text] || t("Download")