blob: 97104543382f253c503c2bd20882f54fe1572128 (
plain)
1
2
3
4
5
6
|
- content_for :title, t("fax_accounts.index.page_title")
- if @fax_accounts.count > 0
= render "index_core", {:fax_accounts => @fax_accounts, :fax_accountable => @parent}
= render :partial => 'shared/create_link', :locals => {:parent => @parent, :child_class => FaxAccount}
|