From 8d243c8e6021c9ed81a8f2fd176383ff8878332f Mon Sep 17 00:00:00 2001 From: sandoz Date: Sat, 15 Aug 2009 12:29:08 +0200 Subject: [PATCH] Show supplier email in suppliers/show.haml * Closes: #38 --- app/views/suppliers/show.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/suppliers/show.haml b/app/views/suppliers/show.haml index efd63c92..ec022344 100644 --- a/app/views/suppliers/show.haml +++ b/app/views/suppliers/show.haml @@ -21,6 +21,9 @@ %tr %td FAX: %td{:style => "font-weight:bold"}=h @supplier.fax + %tr + %td Email: + %td{:style => "font-weight:bold"}=h @supplier.email %tr %td Hompage: %td{:style => "font-weight:bold"}=h @supplier.url