Add approval creation things
This commit is contained in:
@@ -28,6 +28,15 @@ block content
|
||||
.col.s12
|
||||
a.btn.black(href=`/v/${artifactVersion.id}/campaign/create`) funding campaign
|
||||
|
||||
.row
|
||||
.col.s12
|
||||
if artifactVersion.artifactVersionApproval
|
||||
p.flow-text Approval:
|
||||
a(href=`/v/${artifactVersion.id}/approval`) #{artifactVersion.artifactVersionApproval.name}
|
||||
else
|
||||
p.flow-text No digital rights approval information has been provided for this content.
|
||||
if isOwnedByUser
|
||||
a.btn.black(href=`/v/${artifactVersion.id}/approval/add`) add approval information
|
||||
|
||||
if isOwnedByUser
|
||||
.divider
|
||||
|
||||
Reference in New Issue
Block a user