[frontend] Add button for hood page to dashboard
This commit is contained in:
parent
547e671a2d
commit
b941ffcd9d
|
@ -18,6 +18,9 @@
|
||||||
<mat-icon>settings</mat-icon>
|
<mat-icon>settings</mat-icon>
|
||||||
<div class="list-entry">
|
<div class="list-entry">
|
||||||
Your Hood - <strong>{{ hood.name }}</strong>
|
Your Hood - <strong>{{ hood.name }}</strong>
|
||||||
|
<a [routerLink]="['/hoods', hood.id]">
|
||||||
|
<mat-icon class="list-entry-page">open_in_browser</mat-icon>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<mat-divider></mat-divider>
|
<mat-divider></mat-divider>
|
||||||
|
|
|
@ -62,3 +62,8 @@ p {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 30px 1fr;
|
grid-template-columns: 30px 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-entry-page {
|
||||||
|
float: right;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue