Complete styling for _quality_framework_indicators

This commit is contained in:
rebuilt 2021-10-07 17:33:17 +02:00
parent 9e047f9aea
commit bb1f6aa972
1811 changed files with 54989 additions and 44 deletions

View file

@ -16,15 +16,15 @@ class CategoryPresenter
def icon
case name
when 'Teachers & Leadership'
'icon-apple'
'apple-alt'
when 'School Culture'
'icon-school'
'school'
when 'Resources'
'icon-people'
'users-cog'
when 'Academic Learning'
'icon-mortar-board'
'graduation-cap'
else 'Citizenship & Wellbeing'
'icon-heart'
'heart'
end
end