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