aboutsummaryrefslogtreecommitdiff
path: root/lib/render-msg.js
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2020-03-19 17:41:46 -0400
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2020-03-19 17:43:55 -0400
commitf50d7806676b8d789e3cb387d1f52269749e960c (patch)
treef4202d6b77d7f959514e81c45715a7fc71a5f708 /lib/render-msg.js
parent637e98b75e71e3ba16f2de5c98e2dea8f6ef62a8 (diff)
downloadpatchfoo-f50d7806676b8d789e3cb387d1f52269749e960c.tar.gz
patchfoo-f50d7806676b8d789e3cb387d1f52269749e960c.zip
Add pages to create, view, and edit Gatherings
Diffstat (limited to 'lib/render-msg.js')
-rw-r--r--lib/render-msg.js3
1 files changed, 2 insertions, 1 deletions
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 ? [