|
|
@ -10,7 +10,7 @@ module LibrariesHelper
|
|
|
|
|
|
|
|
|
|
|
|
def library_tag_class(tag)
|
|
|
|
def library_tag_class(tag)
|
|
|
|
case tag.name
|
|
|
|
case tag.name
|
|
|
|
when '获奖案例' then 'edu-activity-red'
|
|
|
|
when '优秀案例' then 'edu-activity-red'
|
|
|
|
when '入库案例' then 'edu-activity-blue'
|
|
|
|
when '入库案例' then 'edu-activity-blue'
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|