devbug/app/views/dash_v1/accept.pug

20 lines
919 B
Plaintext
Raw Normal View History

2019-06-24 16:45:22 +00:00
html
head
2019-07-24 17:05:27 +00:00
title Sharing Invitation | DevBug
2019-06-24 16:45:22 +00:00
link(rel='stylesheet' href='/assets/dash_v1.css')
script(src='/assets/dash_v1.js')
body
.page-header
2019-06-24 16:46:40 +00:00
.devbug-header DevBug | v#{devbug.version} #{(project ? " | Project: "+project.name : "")}
2019-06-24 16:45:22 +00:00
h1 Accept Invitation?
ul.navul
li.navli
a.nava(href='/dash/v1') Dashboard Login
.spacer
2019-07-24 17:05:27 +00:00
p You've been invited to view the debugging #{invite.api_type} "#{project.name}" by #{user.username}.
p To accept this invitation, you must have a DevBug account. You may be redirected to the registration portal.
2019-06-24 16:45:22 +00:00
a.btn(href='/api/v1/invitation/'+invite.id+'/accept') Accept
br
h3 What's DevBug?
p DevBug is a debugging output server used to help developers work more efficiently. Using inline-code clients, developers can output variables and data from their programs. This data is stored in a DevBug project, where it can easily be shared with others.