add check for recaptcha and feedback link

This commit is contained in:
argirok 2022-05-03 16:45:23 +03:00
parent 8559aa439f
commit 272ca5b81e
4 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@
</span>
</div>
<!--Feedback-->
<div class="uk-width-expand uk-text-right">
<div *ngIf="properties.reCaptchaSiteKey" class="uk-width-expand uk-text-right">
<span class="uk-text-meta uk-text-xsmall">Anything wrong?</span>
<a (click)="showFeedback = true; scroll()" class="uk-text-xsmall"> Report an Issue</a>
</div>

View File

@ -259,7 +259,7 @@
</span>
</div>
<!--Feedback-->
<div class="uk-width-expand uk-text-right">
<div *ngIf="properties.reCaptchaSiteKey" class="uk-width-expand uk-text-right">
<span class="uk-text-muted">Any information missing or wrong?</span>
<a (click)="showFeedback = true; scroll()" class="portal-link space">Report an Issue</a>
</div>

View File

@ -97,7 +97,7 @@
</span>
</div>
<!--Feedback-->
<div class="uk-width-expand uk-text-right">
<div *ngIf="properties.reCaptchaSiteKey" class="uk-width-expand uk-text-right">
<span class="uk-text-meta uk-text-xsmall">Anything wrong?</span>
<a (click)="showFeedback = true; scroll()" class="uk-text-xsmall"> Report an Issue</a>
</div>
@ -713,4 +713,4 @@
<span *ngIf="(i < projectInfo.organizations.length-1)">, </span>
</span>
<span *ngIf="projectInfo.organizations.length > threshold"> ... </span>
</ng-template>
</ng-template>

View File

@ -103,7 +103,7 @@
</span>
</div>
<!--Feedback-->
<div class="uk-width-expand uk-text-right">
<div *ngIf="properties.reCaptchaSiteKey" class="uk-width-expand uk-text-right">
<span class="uk-text-meta uk-text-xsmall">Anything wrong?</span>
<a (click)="showFeedback = true; scroll()" class="uk-text-xsmall"> Report an Issue</a>
</div>