devbug/app/views/dash_v1/invite.pug
2019-06-24 11:45:22 -05:00

7 lines
316 B
Plaintext

extends ./template
block content
p You can send this link to someone without a DevBug account to invite them to register.
p Once they register, #{project.name} will be shared with them. This link can only be used once.
h3 Invitation Link
pre
code #{_flitter.config('server.url')+'/api/v1/invitation/'+share.id}