Skip to content
Snippets Groups Projects

Resolve "[Dataset] Null values within organisations"

Merged Ghost User requested to merge 71-dataset-null-values-within-organisations into development
3 files
+ 24
19
Compare changes
  • Side-by-side
  • Inline
Files
3
<button tabindex="0" class="feedback-header" (click)="toogle()" [ngClass]="{'expended': isExpended, 'closed': shouldBeAnimated}">
<svg xmlns="http://www.w3.org/2000/svg" id="chevron" viewBox="0 0 15 9">
<path d="M7.5 7.5c-.1 0-.3-.1-.4-.1l-6-6C1 1.1 1 .8 1.1.6s.5-.2.7 0l5.6 5.6L13 .6c.2-.2.5-.2.7 0s.2.5 0 .7l-6 6c.1.1-.1.2-.2.2z"
class="brandcolor" />
<path d="M7.5 7.5c-.1 0-.3-.1-.4-.1l-6-6C1 1.1 1 .8 1.1.6s.5-.2.7 0l5.6 5.6L13 .6c.2-.2.5-.2.7 0s.2.5 0 .7l-6 6c.1.1-.1.2-.2.2z"
class="brandcolor" />
</svg>
<span i18n="@@feedback.giveYourFeedback">Gives us your opinion</span>
</button>
<form [formGroup]="feedbackForm" (ngSubmit)="sendFeedback()" [ngClass]="{'expended': isExpended, 'closed': shouldBeAnimated}">
<textarea id="message" formControlName="message" [placeholder]="feedback.placeholder"></textarea>
<div class="action">
<button type="submit" class="button" i18n="@@feedback.send" [disabled]="feedbackForm.invalid">
Send
</button>
</div>
</form>
<div class="feedback-container">
<button tabindex="0" class="feedback-header" (click)="toogle()" [ngClass]="{'expended': isExpended, 'closed': shouldBeAnimated}">
<svg xmlns="http://www.w3.org/2000/svg" id="chevron" viewBox="0 0 15 9">
<path d="M7.5 7.5c-.1 0-.3-.1-.4-.1l-6-6C1 1.1 1 .8 1.1.6s.5-.2.7 0l5.6 5.6L13 .6c.2-.2.5-.2.7 0s.2.5 0 .7l-6 6c.1.1-.1.2-.2.2z"
class="brandcolor" />
<path d="M7.5 7.5c-.1 0-.3-.1-.4-.1l-6-6C1 1.1 1 .8 1.1.6s.5-.2.7 0l5.6 5.6L13 .6c.2-.2.5-.2.7 0s.2.5 0 .7l-6 6c.1.1-.1.2-.2.2z"
class="brandcolor" />
</svg>
<span i18n="@@feedback.giveYourFeedback">Gives us your opinion</span>
</button>
<form [formGroup]="feedbackForm" (ngSubmit)="sendFeedback()" [ngClass]="{'expended': isExpended, 'closed': shouldBeAnimated}">
<textarea id="message" formControlName="message" [placeholder]="feedback.placeholder"></textarea>
<div class="action">
<button type="submit" class="button" i18n="@@feedback.send" [disabled]="feedbackForm.invalid">
Send
</button>
</div>
</form>
</div>
Loading