From d1c367e3d909cc0cd55e7a5afedc25f6399115aa Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Mon, 21 Jan 2019 18:42:52 +1300 Subject: [PATCH] Fixed glyphicons --- app/views/shared/_glyphicon.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_glyphicon.html.haml b/app/views/shared/_glyphicon.html.haml index 39f2546cf..dd34405cc 100644 --- a/app/views/shared/_glyphicon.html.haml +++ b/app/views/shared/_glyphicon.html.haml @@ -1 +1 @@ -%span{class: "glyphicon.glyphicon-#{icon}", title: t(title) } \ No newline at end of file +%span.glyphicon{class: "glyphicon-#{icon}", title: t(title) } \ No newline at end of file