Files
contact-book/ContactBook.package/WAContactBook.class/instance/renderButtonsForContact.on..st
2018-05-12 15:25:36 +02:00

7 lines
185 B
Smalltalk

rendering
renderButtonsForContact: aContact on: html
html tbsButtonGroup: [
self
renderEditButtonForContact: aContact on: html;
renderRemoveButtonForContact: aContact on: html
]