OpenSlides/client/src/app/site/login/components/login-privacy-policy/login-privacy-policy.component.html
Sean Engelhardt 39f266d2de Motion Repository
Adds a repository to remove the logic in the motion domain object
The repository will add a new model layer between the components
and the domain objects

implicitly add a new buttion into the motion detail view
2018-09-10 14:53:47 +02:00

11 lines
295 B
HTML

<main>
<mat-card class="os-card">
<h2 translate>Privacy Policy</h2>
</mat-card>
<os-privacy-policy-content></os-privacy-policy-content>
<button mat-raised-button color="accent" routerLink="/login" routerLinkActive="router-link-active" translate>Login</button>
</main>