Add Tagz
This commit is contained in:
@@ -3,7 +3,7 @@ html {
|
||||
title 'Customers List'
|
||||
}
|
||||
body {
|
||||
customers.each do |customer|
|
||||
customers.each{ |customer|
|
||||
dl {
|
||||
dt 'Name:'
|
||||
dd customer['name']
|
||||
|
||||
Reference in New Issue
Block a user