diff options
Diffstat (limited to 'app/views/manufacturers/index.html.haml')
-rw-r--r-- | app/views/manufacturers/index.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/manufacturers/index.html.haml b/app/views/manufacturers/index.html.haml new file mode 100644 index 0000000..43fecc6 --- /dev/null +++ b/app/views/manufacturers/index.html.haml @@ -0,0 +1,5 @@ +- title t("manufacturers.index.page_title") + += render "index_core", :manufacturers => @manufacturers + += render :partial => 'shared/create_link', :locals => {:child_class => Manufacturer}
\ No newline at end of file |