标签: ruby-on-rails override partial-views spree
我可以使用狂欢应用deface吗?但不是一个单一的元素。我需要覆盖所有视图。
deface
答案 0 :(得分:3)
您可以替换整个模板。请参阅guides under the section "Template Replacements"。
例如,在YOUR_SITE/app/views/spree/layouts/spree_application.html.erb
YOUR_SITE/app/views/spree/layouts/spree_application.html.erb
它会在呈现页面时替换Spree使用的那个。