blob: e37243a26461e232c037aa96babecbdffe578abc (
plain)
1
2
3
4
5
6
|
- content_for :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}
|