[Pharo] Personal fitness tracker web app.
Polished the workout sets table.
src/MyFitnessTracker/MFTWorkout.class.st
@@ -197,7 +197,7 @@
197
197
html tableRow: [
198
198
html tableData
199
199
style: 'text-align: right';
200
Removed:
with: set reps asString, ' number: ', set number asString, ' groupId: ', set groupId asString.
200
Added:
with: set reps asString. ", ' number: ', set number asString, ' groupId: ', set groupId asString"
201
201
renderLoad ifTrue: [
202
202
html tableData
203
203
style: 'text-align: right';