Switch admin conference glyphs to FontAwesome

This commit is contained in:
James Mason 2014-08-15 18:15:13 -07:00
parent df35b8bc46
commit 2067ad726e

View file

@ -1,12 +1,12 @@
%h1 %h1
%span.glyphicon.glyphicon-dashboard %span.fa.fa-tachometer
Dashboard for #{@conference.title} Dashboard for #{@conference.title}
%hr %hr
.row .row
.col-sm-4 .col-sm-4
.dashbox.text-center .dashbox.text-center
.icon .icon
%i.glyphicon.glyphicon-star %i.fa.fa-user.fa-lg
.text .text
%label.text-muted total registrations: #{@total_reg} %label.text-muted total registrations: #{@total_reg}
%label.text-muted new registrations: #{@new_reg} %label.text-muted new registrations: #{@new_reg}
@ -15,7 +15,7 @@
.col-sm-4 .col-sm-4
.dashbox.text-center .dashbox.text-center
.icon .icon
%i.glyphicon.glyphicon-comment %i.fa.fa-check-square.fa-lg
.text .text
%label.text-muted total submissions: #{@total_submissions} %label.text-muted total submissions: #{@total_submissions}
%label.text-muted new submissions: #{@new_submissions} %label.text-muted new submissions: #{@new_submissions}
@ -24,7 +24,7 @@
.col-sm-4 .col-sm-4
.dashbox.text-center .dashbox.text-center
.icon .icon
%i.glyphicon.glyphicon-user %i.fa.fa-file-text.fa-lg
.text .text
%label.text-muted program: #{@program_length} min %label.text-muted program: #{@program_length} min
%label.text-muted new program: #{@new_program_length} min %label.text-muted new program: #{@new_program_length} min
@ -61,11 +61,11 @@
%ul.nav.nav-tabs#doughnut_tabs %ul.nav.nav-tabs#doughnut_tabs
%li.active %li.active
%a{:href=>"#distribution_all", "data-toggle"=>"tab"} %a{:href=>"#distribution_all", "data-toggle"=>"tab"}
%span.glyphicon.glyphicon-star %span.fa.fa-star
All All
%li %li
%a{:href=>"#distribution_confirmed", "data-toggle"=>"tab"} %a{:href=>"#distribution_confirmed", "data-toggle"=>"tab"}
%span.glyphicon.glyphicon-comment %span.fa.fa-comment
Confirmed Confirmed
.tab-content .tab-content
.tab-pane.active#distribution_all .tab-pane.active#distribution_all
@ -90,11 +90,11 @@
%ul.nav.nav-tabs#recentTable %ul.nav.nav-tabs#recentTable
%li.active %li.active
%a{:href=>"#recent_reg", "data-toggle"=>"tab"} %a{:href=>"#recent_reg", "data-toggle"=>"tab"}
%span.glyphicon.glyphicon-star %span.fa.fa-user
Recent Registrations Recent Registrations
%li %li
%a{:href=>"#recent_submissions", "data-toggle"=>"tab"} %a{:href=>"#recent_submissions", "data-toggle"=>"tab"}
%span.glyphicon.glyphicon-comment %span.fa.fa-file-text
Recent Submissions Recent Submissions
.tab-content .tab-content
.tab-pane.active#recent_reg .tab-pane.active#recent_reg
@ -107,7 +107,7 @@
.col-md-12 .col-md-12
%h3 %h3
%span %span
%i.glyphicon.glyphicon-flag %i.fa.fa-flag
Campaigns Campaigns
= render partial: 'campaigns', locals: {campaigns: @campaigns, name: 'campaigns'} = render partial: 'campaigns', locals: {campaigns: @campaigns, name: 'campaigns'}