From 7660ad4d8fe75fb1aa4ee5175920784bce100e41 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 3 Apr 2017 11:27:27 +0200 Subject: fix: icons that were using the bootstrap 2 syntax --- app/views/users/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/users/show.html.haml') 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) -- cgit v1.2.3