all: intial code import
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
rendering
|
||||
renderContentOn: html
|
||||
html tbsContainer: [
|
||||
html heading with: 'Contact Editing'.
|
||||
html tbsForm with: [
|
||||
self renderFieldsOn: html.
|
||||
self renderButtonsOn: html
|
||||
]
|
||||
]
|
Reference in New Issue
Block a user