summaryrefslogtreecommitdiff
path: root/app/views/manufacturers/index.html.haml
blob: 43fecc6c744aeb2e392d8a6387274a7913d1f4ed (plain)
1
2
3
4
5
- title t("manufacturers.index.page_title")

= render "index_core", :manufacturers => @manufacturers

= render :partial => 'shared/create_link', :locals => {:child_class => Manufacturer}