diff options
Diffstat (limited to 'app/views/voicemail_messages/index.html.haml')
-rw-r--r-- | app/views/voicemail_messages/index.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/voicemail_messages/index.html.haml b/app/views/voicemail_messages/index.html.haml new file mode 100644 index 0000000..53f8090 --- /dev/null +++ b/app/views/voicemail_messages/index.html.haml @@ -0,0 +1,6 @@ +- if @type + - title t("voicemail_messages.index.page_title_#{@type}") +- else + - title t("voicemail_messages.index.page_title") + += render "index_core", :voicemail_messages => @voicemail_messages |