mirror of https://github.com/freeCodeCamp/devdocs
7 lines
156 B
7 lines
156 B
![]()
9 years ago
|
#= require views/pages/base
|
||
|
|
||
|
class app.views.CakephpPage extends app.views.BasePage
|
||
|
prepare: ->
|
||
|
@highlightCode @findAllByTag('pre'), 'php'
|
||
|
return
|