Updated cards.

Commit
9fc215c1b28d2c740c7a15ff5a518547a614ecea
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
src/MyFitnessTracker/MFTCard.class.st
index 977bc944..e4c0e6a5 100644..100644
@@ -7,9 +7,7 @@
7 7 { #category : #rendering }
8 8 MFTCard >> renderCardOn: html with: aBlock [
9 9
10 Removed: html card
11 Removed: style: '';
12 Removed: with: aBlock
10 Added: html card: aBlock
13 11 ]
14 12
15 13 { #category : #rendering }
src/MyFitnessTracker/MFTPromisesCard.class.st
index b6a0821a..3a7789f6 100644..100644
@@ -7,7 +7,7 @@
7 7 { #category : #rendering }
8 8 MFTPromisesCard >> renderContentOn: html [
9 9
10 Removed: html card: [
10 Added: self renderCardOn: html with: [
11 11 html cardHeader: 'My promises to all users:'.
12 12 html cardBody: [
13 13 html listGroup: [
src/MyFitnessTracker/MFTWorkoutsCard.class.st
index ddecb6d7..38b7dc25 100644..100644
@@ -28,7 +28,7 @@
28 28 beSecondary;
29 29 callback: [ self viewAnalytics ];
30 30 with: 'View progress' ] ].
31 Removed: html render: MFTRepsVsTimeGraph new ] ]
31 Added: html render: MFTRepsDistributionGraph new ] ]
32 32 ]
33 33
34 34 { #category : #adding }