git ssb

16+

Dominic / patchbay



Commit 41e6f62438a6eae45047103d84432affc64bb2e5

just remove the | because I can't figure it out

Ev Bogue committed on 7/20/2016, 1:34:41 AM
Parent: 13a24855e9dbf2ac1ca5713ab8be039818662114

Files changed

modules/message.jschanged
modules/message.jsView
@@ -37,9 +37,9 @@
3737 h('div.message_meta.row', message_meta(msg))
3838 ),
3939 h('div.message_content', el),
4040 h('div.message_actions.row',
41- h('div.actions', message_action(msg), ' | ',
41+ h('div.actions', message_action(msg), ' ',
4242 h('a', {href: '#' + msg.key}, 'Reply')
4343 )
4444 ),
4545 backlinks,

Built with git-ssb-web