summaryrefslogtreecommitdiff
path: root/app/views/phones/index.html.haml
blob: 8e6170672583f99d9db8cae28b575d072b7a238b (plain)
1
2
3
4
5
6
- content_for :title, t("phones.index.page_title")

- if @phones.count > 0
  = render "index_core", :phones => @phones, :show_phoneable => (@parent.class == Tenant)

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