all: intial code import
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
rendering
|
||||
renderContentOn: html
|
||||
html tbsContainer: [
|
||||
html heading
|
||||
level: 1;
|
||||
with: 'My Contact Book'.
|
||||
html tbsForm: [
|
||||
self renderContactsOn: html.
|
||||
self renderGlobalButtonsOn: html
|
||||
]
|
||||
]
|
Reference in New Issue
Block a user