-# 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}