diff options
author | Peter Kozak <spag@golwen.net> | 2013-08-01 13:27:27 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-08-01 13:27:27 +0200 |
commit | a9300f046019deed8ebd72ce9b7fcd58d14ea5f3 (patch) | |
tree | 1a2ccce37f7590d01bb3dbf0f58ed70e4f164db7 /app/views/notifications/new_voicemail.text.erb | |
parent | 2e9694ea316ea5a5c5008ea0b9f8b18bb909db73 (diff) |
display file name
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 %> |