summaryrefslogtreecommitdiff
path: root/app/views/voicemail_messages/index.html.haml
blob: 53ff7450d0b7a3a6493193bf0bb52bec5c320533 (plain)
1
2
3
4
5
6
- if @type
  - content_for :title, t("voicemail_messages.index.page_title_#{@type}")
- else
  - content_for :title, t("voicemail_messages.index.page_title")

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