summaryrefslogtreecommitdiff
path: root/app/views/phone_models/index.html.haml
blob: 90aa4ceb71784c007e4b0cb60b9fb05f44ceffcc (plain)
1
2
3
4
5
6
- title t("phone_models.index.page_title")

- if @phone_models.count > 0
  = render "index_core", :phone_models => @phone_models

= render :partial => 'shared/create_link', :locals => {:parent => @manufacturer, :child_class => PhoneModel}