all: intial code import
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
rendering
|
||||
renderContact: aContact on: html
|
||||
html tableRow: [
|
||||
html
|
||||
tableData: [ self renderPhotoOf: aContact on: html ];
|
||||
tableData: aContact fullname;
|
||||
tableData: aContact email;
|
||||
tableData: [ self renderButtonsForContact: aContact on: html ]
|
||||
]
|
Reference in New Issue
Block a user