blob: 785adf91f458934dce10597ef7543bbe3dabd13e (
plain)
1
2
3
4
5
6
|
- title t("phones.index.page_title")
- if @phones.count > 0
= render "index_core", :phones => @phones
= render :partial => 'shared/create_link', :locals => {:parent => @parent, :child_class => Phone}
|