fix library tag class

dev_aliyun
p31729568 6 years ago
parent c8c4f572f7
commit 48f1f9fd4b

@ -11,7 +11,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

Loading…
Cancel
Save