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

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

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