summaryrefslogtreecommitdiff
path: root/app/views/phones/index.html.haml
blob: 4de79190e9e54c9ec0ab6f94818790e416dd6dd9 (plain)
1
2
3
4
5
6
- content_for :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}