summaryrefslogtreecommitdiff
path: root/app/views/users/show.html.haml
diff options
context:
space:
mode:
authorazul <azul@riseup.net>2017-04-03 10:35:20 +0000
committerazul <azul@riseup.net>2017-04-03 10:35:20 +0000
commitac5098c3620160cd9538ee8bb499db8289218366 (patch)
tree49e02eb819fac37b4071b9af95ff4799930487db /app/views/users/show.html.haml
parentd4ec87744e5eed54126c78a7d2f1154d1e8e53c0 (diff)
parent7660ad4d8fe75fb1aa4ee5175920784bce100e41 (diff)
Merge branch 'fix/icons' into 'master'
fix: icons that were using the bootstrap 2 syntax Closes #27 See merge request !35
Diffstat (limited to 'app/views/users/show.html.haml')
-rw-r--r--app/views/users/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index 3bdf952..e016728 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -2,6 +2,6 @@
.container-fluid
.row
%h4 To use bitmask services:
- = btn client_download_url, type: "primary" do
- %i.icon-arrow-down.icon-white
+ = btn client_download_url, type: "primary", class: "download" do
+ = icon :download
= t(:download_bitmask)