From 18a7d7c63f8d28555e33671f403a951de8900989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Fri, 18 Sep 2020 21:25:51 +0300 Subject: [PATCH] Update Part-2.md --- docs/en/Tutorials/Part-2.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/en/Tutorials/Part-2.md b/docs/en/Tutorials/Part-2.md index 24f74eab6b..805ae6dc4a 100644 --- a/docs/en/Tutorials/Part-2.md +++ b/docs/en/Tutorials/Part-2.md @@ -608,18 +608,20 @@ Open the `Books.razor` and replace the content as the following: ShowPager="true" PageSize="PageSize"> - - + + @L[$"Enum:BookType:{(int)context.Type}"] - + @context.PublishDate.ToShortDateString() - + + + @context.CreationTime.ToLongDateString()