7 lines
185 B
Smalltalk
7 lines
185 B
Smalltalk
rendering
|
|
renderButtonsForContact: aContact on: html
|
|
html tbsButtonGroup: [
|
|
self
|
|
renderEditButtonForContact: aContact on: html;
|
|
renderRemoveButtonForContact: aContact on: html
|
|
] |