File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
src/main/resources/templates Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ <h1> Customers List</h1>
46
46
</ div >
47
47
48
48
< br > < br >
49
- < div >
49
+ < div style =" text-align: center " >
50
50
< p >
51
51
< a href ="/create-customer " style ="margin: 10px "> Create New</ a >
52
52
< a href ="/home " style ="margin: 10px "> Home</ a >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ <h1> Greetings List</h1>
38
38
39
39
40
40
< br > < br >
41
- < div >
41
+ < div style =" text-align: center " >
42
42
< p >
43
43
< a href ="/create-greeting " style ="margin: 10px "> Create New</ a >
44
44
< a href ="/home " style ="margin: 10px "> Home</ a >
Original file line number Diff line number Diff line change 19
19
< h1 > Created Customer</ h1 >
20
20
< br > < br >
21
21
< div >
22
- < p th:text ="'customerId : ' + ${customer.customerId} "> </ p >
22
+ < p th:text ="'Customer Id : ' + ${customer.customerId} "> </ p >
23
23
< p th:text ="'First Name: ' + ${customer.firstName} "> </ p >
24
24
< p th:text ="'Last Name: ' + ${customer.lastName} "> </ p >
25
25
< p th:text ="'Email: ' + ${customer.email} "> </ p >
@@ -28,7 +28,7 @@ <h1>Created Customer</h1>
28
28
</ div >
29
29
30
30
< br > < br >
31
- < div >
31
+ < div style =" text-align: center " >
32
32
< p >
33
33
< a href ="/create-customer " style ="margin: 10px "> Create New</ a >
34
34
< a href ="/customers " style ="margin: 10px "> All Customers</ a >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h1>Created Greeting</h1>
24
24
</ div >
25
25
26
26
< br > < br >
27
- < div >
27
+ < div style =" text-align: center " >
28
28
< p >
29
29
< a href ="/create-greeting " style ="margin: 10px "> Create New</ a >
30
30
< a href ="/greetings " style ="margin: 10px "> All Greetings</ a >
Original file line number Diff line number Diff line change 19
19
< h1 > Created Order</ h1 >
20
20
< br > < br >
21
21
< div >
22
- < p th:text ="'orderId : ' + ${order.orderId} "> </ p >
23
- < p th:text ="'customerId : ' + ${order.customerId} "> </ p >
22
+ < p th:text ="'Order Id : ' + ${order.orderId} "> </ p >
23
+ < p th:text ="'Customer Id : ' + ${order.customerId} "> </ p >
24
24
< p th:text ="'Order ItemName: ' + ${order.orderItemName} "> </ p >
25
25
< p th:text ="'Order Place: ' + ${order.orderPlace} "> </ p >
26
26
< p th:text ="'Order Purchase Time: ' + ${order.orderPurchaseTime} "> </ p >
27
27
</ div >
28
28
29
29
30
30
< br > < br >
31
- < div >
31
+ < div style =" text-align: center " >
32
32
< p >
33
33
< a href ="/create-order " style ="margin: 10px "> Create New</ a >
34
34
< a href ="/orders " style ="margin: 10px "> All Orders</ a >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ <h1> Order List</h1>
44
44
45
45
46
46
< br > < br >
47
- < div >
47
+ < div style =" text-align: center " >
48
48
< p >
49
49
< a href ="/create-order " style ="margin: 10px "> Create New</ a >
50
50
< a href ="/home " style ="margin: 10px "> Home</ a >
You can’t perform that action at this time.
0 commit comments