diff --git a/app/guid-node/template.hbs b/app/guid-node/template.hbs index 6f5b3a33e9..632f1610c2 100644 --- a/app/guid-node/template.hbs +++ b/app/guid-node/template.hbs @@ -99,37 +99,33 @@ @label={{t 'node.left_nav.registrations'}} /> {{/unless}} - {{#unless this.currentUser.viewOnlyToken}} - {{#if (and (not this.viewOnly) this.model.taskInstance.value.userHasReadPermission)}} + {{#if (and (not this.viewOnly) this.model.taskInstance.value.userHasReadPermission)}} + + {{#if this.useGravyWaffle}} + {{else}} + {{/if}} - {{#if (and (not this.viewOnly) this.model.taskInstance.value.userHasWritePermission)}} - {{#if this.useGravyWaffle}} - - {{else}} - - {{/if}} - {{/if}} - {{/unless}} + {{/if}} - {{#unless this.currentUser.viewOnlyToken}} - {{#if (and (not this.viewOnly) this.model.taskInstance.value.userHasReadPermission)}} - - {{/if}} - {{/unless}} + {{#if (and (not this.viewOnly) this.model.taskInstance.value.userHasReadPermission)}} + + {{/if}}