blob: ccdd44b14aba5e3e241fb1db2b47bfb7788d926a (
plain)
1
2
3
4
5
|
- content_for :title, t("manufacturers.index.page_title")
= render "index_core", :manufacturers => @manufacturers
= render :partial => 'shared/create_link', :locals => {:child_class => Manufacturer}
|