Commit acdcd1d6473b22d756d92b98bf5e359c4fd6e4eb
Add (your timezone) to gatherings
Peter Squicciarini committed on 6/11/2018, 7:43:59 PMParent: d1271dac1447b216521339810fa409d831c5ec36
Files changed
plugs/message/html/render/gathering.js | changed |
plugs/message/html/render/gathering.js | ||
---|---|---|
@@ -55,9 +55,9 @@ | ||
55 | 55 | h('button', { |
56 | 56 | 'ev-click': send(api.gathering.sheet.edit, msg.key) |
57 | 57 | }, 'Edit Details') |
58 | 58 | ]), |
59 | - h('div.time', computed(startDateTime, formatTime)), | |
59 | + h('div.time', computed(startDateTime, (time) => `${formatTime(time)} (your timezone)`)), | |
60 | 60 | when(image, h('a.image', { |
61 | 61 | href: imageId, |
62 | 62 | style: { |
63 | 63 | 'background-image': computed(imageUrl, (url) => `url(${url})`) |
Built with git-ssb-web