mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
8 lines
268 B
Ruby
8 lines
268 B
Ruby
module ApplicationHelper
|
|
def cms_elrte_include_tags
|
|
stylesheet_link_tag( 'comfortable_mexican_sofa/codemirror') +
|
|
stylesheet_link_tag( 'comfortable_mexican_sofa/elrte') +
|
|
javascript_include_tag('comfortable_mexican_sofa/application')
|
|
end
|
|
end
|