Skip to content

Commit 0dc5a7c

Browse files
committed
ceremony + title
1 parent cd45a75 commit 0dc5a7c

File tree

8 files changed

+8
-6
lines changed

8 files changed

+8
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ testem.log
4545
.DS_Store
4646
Thumbs.db
4747
/.angular/cache/
48+
/.angular/cache/

angular.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,4 @@
135135
"analytics": false
136136
}
137137
}
138+

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html><html><head><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
22
<base href="/ticket-reports/">
3-
<title>Karnevál 2022</title>
3+
<title>Gólyabál 2022</title>
44
<meta name="viewport" content="width=device-width, initial-scale=1">
55

66
<!-- bootstrap css -->

docs/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<!-- credits -->
88
<div class="text-center mt-4" style="padding: 10px;">
99
<p>
10-
Karnevál 2022 - Bazsi <a href="tel:+36305159751">+36 30 515 9751</a>
10+
Gólyabál 2022 - Bazsi <a href="tel:+36305159751">+36 30 515 9751</a>
1111
</p>
1212
</div>

src/app/home/home.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h4 class="card-header">Meghívók</h4>
175175
<!-- variation Column -->
176176
<ng-container matColumnDef="variation">
177177
<th mat-header-cell *matHeaderCellDef mat-sort-header="WooCommerceEventsVariationID"> Típus </th>
178-
<td mat-cell *matCellDef="let row"> {{ row.WooCommerceEventsVariationID | variationPipe }} {{row.variation == 11035 && row.coupon.includes('ceremony') ? '+ műsor' : ''}} </td>
178+
<td mat-cell *matCellDef="let row"> {{ row.WooCommerceEventsVariationID | variationPipe }} {{row.WooCommerceEventsVariationID == 11035 && row.coupon.includes('ceremony') ? '+ műsor' : ''}} </td>
179179
</ng-container>
180180

181181
<tr mat-header-row *matHeaderRowDef="ticketDisplayedColumns"></tr>

src/app/login/login.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Adatokat kérd Bidló Balázs-tól!
44
</div>
55
<div class="card">
6-
<h4 class="card-header">Karnevál statisztika</h4>
6+
<h4 class="card-header">Gólyabál statisztika</h4>
77
<div class="card-body">
88
<form [formGroup]="loginForm" (ngSubmit)="onSubmit()">
99
<div class="form-group">

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<base href="/" />
5-
<title>Karnevál 2022</title>
5+
<title>Gólyabál 2022</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

88
<!-- bootstrap css -->

0 commit comments

Comments
 (0)