summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-04-26 12:14:18 +0200
committerPeter Kozak <spag@golwen.net>2013-04-26 12:14:18 +0200
commit24e872cdd9be4f5f3397a93bad3ef2c21e3fd419 (patch)
treeba1005fd39d16604569af65eea9c00fd62460a4d
parent9784b4e513cb23fa9d6b169270d83a673fd5c644 (diff)
uuid removed
-rw-r--r--app/views/voicemail_accounts/show.html.haml5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/voicemail_accounts/show.html.haml b/app/views/voicemail_accounts/show.html.haml
index 06b4d1a..8c75c93 100644
--- a/app/views/voicemail_accounts/show.html.haml
+++ b/app/views/voicemail_accounts/show.html.haml
@@ -1,9 +1,6 @@
- content_for :title, t("voicemail_accounts.show.page_title")
%p
- %strong= t('voicemail_accounts.show.uuid') + ":"
- = @voicemail_account.uuid
-%p
%strong= t('voicemail_accounts.show.name') + ":"
= @voicemail_account.name
%p
@@ -16,4 +13,4 @@
- if @voicemail_account.voicemail_settings.any?
= render "voicemail_settings/index_core", :voicemail_settings => @voicemail_account.voicemail_settings
%br
-= render :partial => 'shared/create_link', :locals => { :parent => @voicemail_account, :child_class => VoicemailSetting } \ No newline at end of file
+= render :partial => 'shared/create_link', :locals => { :parent => @voicemail_account, :child_class => VoicemailSetting }