summaryrefslogtreecommitdiff
path: root/app/views/fax_documents/index.html.haml
blob: 33c697cbda41b8793a15381cd61b28c5e4d9c44f (plain)
1
2
3
4
5
- content_for :title, t("fax_documents.index.page_title")

= render "index_core", :fax_documents => @fax_documents

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