<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        <img id="497ad2ab-2db2-4098-a596-92242a52dcb2" src="cid:8511fbea-349b-4507-8abf-b903f4f6af0d" width="355" height="209"></img><br><div class="mb_sig"></div>
                                        <blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 06.07.2021 14:41:37 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Marcel Taeumel uploaded a new version of MonticelloConfigurations to project The Trunk:<br>http://source.squeak.org/trunk/MonticelloConfigurations-mt.166.mcz<br><br>==================== Summary ====================<br><br>Name: MonticelloConfigurations-mt.166<br>Author: mt<br>Time: 6 July 2021, 2:41:28.982497 pm<br>UUID: 4fcddd57-a563-4394-a3be-89ce77c26d17<br>Ancestors: MonticelloConfigurations-mt.165<br><br>In the update dialog, show the timestamp of the CI badge to better assess the relevance of the badge (i.e. passed, failed, error).<br><br>Note that we would have needed this information to notice that our CI builds were disabled from June 6 to July 5. :-)<br><br>=============== Diff against MonticelloConfigurations-mt.165 ===============<br><br>Item was changed:<br>  ----- Method: MCMcmUpdater>>updateMessageFor: (in category 'private') -----<br>  updateMessageFor: previousUpdateLevel<br>  <br>+      ^ ('Update completed.<br><br>Version: {1}<br>Update: {3}<b>{2}</b><br><br>Url: <a href="{4}">{4}</a><br>Map: ''{5}''<br>TravisCI status: <a href="{8}"><img></img> {9}</a>{6}' translated format: {<br>-    ^ ('Update completed.<br><br>Version: {1}<br>Update: {3}<b>{2}</b><br><br>Url: <a href="{4}">{4}</a><br>Map: ''{5}''<br>TravisCI status: <a href="{8}"><img></img></a>{6}' translated format: {<br>                         SystemVersion current version.<br>                        SystemVersion current highestUpdate.<br>                          previousUpdateLevel = SystemVersion current highestUpdate<br>                             ifTrue: ['']<br>                                  ifFalse: [previousUpdateLevel asString, ' -> '].<br>                   self repository.<br>                      MCMcmUpdater updateMapName.<br>                   SystemVersion current description ifEmpty: [''] ifNotEmpty: [:d |<br>                             '<br><br>', (d copyReplaceAll: String cr with: '<br>')].<br>                    SystemVersion current ciStatusBadgeUrl.<br>                       SystemVersion current ciStatusPageUrl.<br>+                       SystemVersion current ciStatusTimestamp.                        <br>                              }) asTextFromHtml!<br><br><br></div></blockquote></div>