From f50d7806676b8d789e3cb387d1f52269749e960c Mon Sep 17 00:00:00 2001 From: cel Date: Thu, 19 Mar 2020 17:41:46 -0400 Subject: Add pages to create, view, and edit Gatherings --- lib/render-msg.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/render-msg.js') diff --git a/lib/render-msg.js b/lib/render-msg.js index f7bd350..ccaa5b1 100644 --- a/lib/render-msg.js +++ b/lib/render-msg.js @@ -213,7 +213,8 @@ RenderMsg.prototype.actions = function (mini) { h('a', {href: this.toUrl('/about-diff/' + encodeURIComponent(this.msg.key)), title: 'view about description diff'}, 'diff'), ' '] : '', this.c.type === 'gathering' ? [ - h('a', {href: this.render.toUrl('/about/' + encodeURIComponent(this.msg.key))}, 'about'), ' '] : '', + h('a', {href: this.render.toUrl('/gathering/' + encodeURIComponent(this.msg.key))}, 'gathering'), ' ' + ] : '', this.c.type === 'ssb-igo' && (lastMove = this.c.values[0] && this.c.values[0].lastMove) ? [ h('a', {href: this.render.toUrl(lastMove)}, 'previous'), ' '] : '', this.hasFullLink ? [ -- cgit v1.2.3