diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-18 19:13:08 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-18 19:13:08 +0100 |
commit | 65c809b3396a99782b18d70ad793e950bc65795e (patch) | |
tree | a4ec05eedb6e13dd1681dd9b7d354a6631d9ce59 /app/views | |
parent | d3b90655878a8779e4728aca3e0f05bc647d226e (diff) |
Removed UUID from the show view.
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/automatic_call_distributors/show.html.haml | 3 |
1 files changed, 0 insertions, 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 @@ -2,9 +2,6 @@ %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 %tr |