From 65c809b3396a99782b18d70ad793e950bc65795e Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Tue, 18 Dec 2012 19:13:08 +0100 Subject: Removed UUID from the show view. --- app/views/automatic_call_distributors/show.html.haml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/automatic_call_distributors/show.html.haml b/app/views/automatic_call_distributors/show.html.haml index e5bf785..53ce127 100644 --- a/app/views/automatic_call_distributors/show.html.haml +++ b/app/views/automatic_call_distributors/show.html.haml @@ -1,9 +1,6 @@ - title t("automatic_call_distributors.show.page_title") %table - %tr - %th= t('automatic_call_distributors.show.uuid') + ":" - %td= @automatic_call_distributor.uuid %tr %th= t('automatic_call_distributors.show.name') + ":" %td= @automatic_call_distributor.name -- cgit v1.2.3