summaryrefslogtreecommitdiff
path: root/app/views/users/_phone_books.html.haml
blob: 4943bc6ccd0ce4975106f99e02e40d701d22edec (plain)
1
2
3
4
5
6
7
-# Phone books
-#
- if GuiFunction.display?('show_phone_books_in_user_show_view', current_user)
  - if can?( :index, PhoneBook )
    %h2=t("phone_books.index.page_title")
    = render "phone_books/index_core", :phone_books => phone_books
    = render :partial => 'shared/create_link', :locals => {:parent => user, :child_class => PhoneBook}