From df35b8bc467301896b078a7ac91c2b1aaf234bfc Mon Sep 17 00:00:00 2001 From: James Mason Date: Fri, 15 Aug 2014 18:08:07 -0700 Subject: [PATCH] Switch admin list glyphs to FontAwesome... ... match with dashbox icons. --- app/views/admin/conference/index.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/admin/conference/index.html.haml b/app/views/admin/conference/index.html.haml index 11958df7..71c2c916 100644 --- a/app/views/admin/conference/index.html.haml +++ b/app/views/admin/conference/index.html.haml @@ -65,15 +65,15 @@ %ul.nav.nav-tabs#recentTable %li.active %a{:href=>"#recent_user", "data-toggle"=>"tab"} - %span.glyphicon.glyphicon-user + %span.fa.fa-user Recent Users %li %a{:href=>"#recent_reg", "data-toggle"=>"tab"} - %span.glyphicon.glyphicon-star + %span.fa.fa-check-square Recent Registrations %li %a{:href=>"#recent_submissions", "data-toggle"=>"tab"} - %span.glyphicon.glyphicon-comment + %span.fa.fa-file-text Recent Submissions .tab-content .tab-pane.active#recent_user