From bacb0c45cfb42d46eeedc2057fd8162125178d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Sat, 23 Jan 2021 22:26:27 +0300 Subject: [PATCH] Added margin. --- eventhub/src/EventHub.Web/Pages/Index.cshtml | 2 +- eventhub/src/EventHub.Web/Pages/Organizations/Index.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eventhub/src/EventHub.Web/Pages/Index.cshtml b/eventhub/src/EventHub.Web/Pages/Index.cshtml index 11dc033..6d60e8c 100644 --- a/eventhub/src/EventHub.Web/Pages/Index.cshtml +++ b/eventhub/src/EventHub.Web/Pages/Index.cshtml @@ -22,7 +22,7 @@ @foreach (var eventItem in Model.Events) { - + @eventItem.Title @eventItem.Title diff --git a/eventhub/src/EventHub.Web/Pages/Organizations/Index.cshtml b/eventhub/src/EventHub.Web/Pages/Organizations/Index.cshtml index 3bf1bed..39eff60 100644 --- a/eventhub/src/EventHub.Web/Pages/Organizations/Index.cshtml +++ b/eventhub/src/EventHub.Web/Pages/Organizations/Index.cshtml @@ -8,7 +8,7 @@ @foreach (var organization in Model.Organizations) { - + @organization.DisplayName @organization.DisplayName