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