all: intial code import
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
rendering
|
||||
renderRemoveButtonForContact: aContact on: html
|
||||
html tbsButton
|
||||
beDanger;
|
||||
callback: [ self contactBook removeContact: aContact ];
|
||||
with: 'Remove'
|
Reference in New Issue
Block a user