Skip to content

Commit

Permalink
feat udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Jan 22, 2024
1 parent 42c8ac4 commit 41e990e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/club-admin-list/club-admin-list.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>{{"common.cancel" | translate}}</ion-button
>
</ion-buttons>
<ion-title>Club Details</ion-title>
<ion-title>Administratoren</ion-title>
<ion-buttons slot="primary">
<ion-button (click)="close()"
>{{"common.close" | translate}}</ion-button
Expand All @@ -21,7 +21,7 @@
<ion-content [fullscreen]="true">
<ion-header collapse="condense">
<ion-toolbar>
<ion-title size="large">Club Admins</ion-title>
<ion-title size="large">Administratoren</ion-title>
</ion-toolbar>
</ion-header>

Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/club-member-list/club-member-list.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>{{"common.cancel" | translate}}</ion-button
>
</ion-buttons>
<ion-title>Club Details</ion-title>
<ion-title>Mitglieder</ion-title>
<ion-buttons slot="primary">
<ion-button (click)="close()"
>{{"common.close" | translate}}</ion-button
Expand All @@ -21,7 +21,7 @@
<ion-content [fullscreen]="true">
<ion-header collapse="condense">
<ion-toolbar>
<ion-title size="large">Club Members</ion-title>
<ion-title size="large">Mitglieder</ion-title>
</ion-toolbar>
</ion-header>

Expand Down
4 changes: 0 additions & 4 deletions src/app/pages/club-member-list/club-member-list.page.scss
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
ion-avatar img {
height: 36px;
}

5 changes: 3 additions & 2 deletions src/app/pages/club/club.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@
<ion-note slot="end">{{club['clubAdmins'].length}}</ion-note>
</ion-item>
<ion-item>
<ion-label> {{"common.average__age" | translate}}: </ion-label>
<ion-label slot="end"> {{club.averageAge}} </ion-label>
<ion-icon name="stats-chart-outline" slot="start"></ion-icon>
<ion-label> {{"common.average__age" | translate}} </ion-label>
<ion-note slot="end"> {{club.averageAge}}</ion-note>
</ion-item>
</ion-list>

Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/team-admin-list/team-admin-list.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>{{"common.cancel" | translate}}</ion-button
>
</ion-buttons>
<ion-title>team Details</ion-title>
<ion-title >Administratoren</ion-title>
<ion-buttons slot="primary">
<ion-button (click)="close()"
>{{"common.close" | translate}}</ion-button
Expand All @@ -21,7 +21,7 @@
<ion-content [fullscreen]="true">
<ion-header collapse="condense">
<ion-toolbar>
<ion-title size="large">team Admins</ion-title>
<ion-title size="large" >Administratoren</ion-title>
</ion-toolbar>
</ion-header>

Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/team-member-list/team-member-list.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>{{"common.cancel" | translate}}</ion-button
>
</ion-buttons>
<ion-title>Team Details</ion-title>
<ion-title >Mitglieder</ion-title>
<ion-buttons slot="primary">
<ion-button (click)="close()"
>{{"common.close" | translate}}</ion-button
Expand All @@ -21,7 +21,7 @@
<ion-content [fullscreen]="true">
<ion-header collapse="condense">
<ion-toolbar>
<ion-title size="large">Team Members</ion-title>
<ion-title size="large">Mitglieder</ion-title>
</ion-toolbar>
</ion-header>

Expand Down
5 changes: 3 additions & 2 deletions src/app/pages/team/team-detail/team.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
<ion-note slot="end">{{team['teamAdmins'].length}}</ion-note>
</ion-item>
<ion-item>
<ion-label> {{"common.average__age" | translate}}: </ion-label>
<ion-label slot="end"> {{team.averageAge}} </ion-label>
<ion-icon name="stats-chart-outline" slot="start"></ion-icon>
<ion-label> {{"common.average__age" | translate}} </ion-label>
<ion-note slot="end"> {{team.averageAge}}</ion-note>
</ion-item>
</ion-list>

Expand Down

0 comments on commit 41e990e

Please sign in to comment.