diff options
Diffstat (limited to 'app/views/notifications/new_voicemail.text.erb')
-rw-r--r-- | app/views/notifications/new_voicemail.text.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/notifications/new_voicemail.text.erb b/app/views/notifications/new_voicemail.text.erb index 926610b..09edc0c 100644 --- a/app/views/notifications/new_voicemail.text.erb +++ b/app/views/notifications/new_voicemail.text.erb @@ -6,4 +6,6 @@ You've just received a voicemail on your Gemeinschaft account <%= @voicemail[:de To: <%= @voicemail[:to] %> Receiving Time: <%= @voicemail[:date] %> Message length: <%= @voicemail[:duration] %> +<% if !@voicemail[:file_name].blank? %> File: <%= @voicemail[:file_name] %> +<% end %> |