diff options
Diffstat (limited to 'app/views/fax_accounts/index.html.haml')
-rw-r--r-- | app/views/fax_accounts/index.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/fax_accounts/index.html.haml b/app/views/fax_accounts/index.html.haml new file mode 100644 index 0000000..309a10d --- /dev/null +++ b/app/views/fax_accounts/index.html.haml @@ -0,0 +1,6 @@ +- 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}
\ No newline at end of file |