1
0
Эх сурвалжийг харах

Add 'Getting started' to list of priority types

Thibaut 11 жил өмнө
parent
commit
87032011dd

+ 1 - 1
assets/javascripts/collections/types.coffee

@@ -7,7 +7,7 @@ class app.collections.Types extends app.Collection
       (result[@_groupFor(type)] ||= []).push(type)
       (result[@_groupFor(type)] ||= []).push(type)
     result.filter (e) -> e.length > 0
     result.filter (e) -> e.length > 0
 
 
-  GUIDES_RGX = /guide|tutorial/i
+  GUIDES_RGX = /guide|tutorial|getting\ started/i
 
 
   _groupFor: (type) ->
   _groupFor: (type) ->
     if GUIDES_RGX.test(type.name)
     if GUIDES_RGX.test(type.name)