diff options
| author | Peter Kozak <spag@golwen.net> | 2013-04-25 12:14:26 +0200 |
|---|---|---|
| committer | Peter Kozak <spag@golwen.net> | 2013-04-25 12:14:26 +0200 |
| commit | f9012f9ffa7eb074cf5c7db74a372437017e2ddd (patch) | |
| tree | 3b3252502833923d7f94bf6ad24e3d3248e9d033 | |
| parent | 7e6b6a93a2d21c0e5bd8ad4c2b7be6172cb2638b (diff) | |
voicemail_settings view fixed
| -rw-r--r-- | app/views/voicemail_settings/show.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/voicemail_settings/show.html.haml b/app/views/voicemail_settings/show.html.haml index f1a3e61..277874e 100644 --- a/app/views/voicemail_settings/show.html.haml +++ b/app/views/voicemail_settings/show.html.haml @@ -1,9 +1,6 @@ - content_for :title, t("voicemail_settings.show.page_title") %p - %strong= t('voicemail_settings.show.voicemail_id') + ":" - = @voicemail_setting.voicemail -%p %strong= t('voicemail_settings.show.name') + ":" = @voicemail_setting.name %p |
