From 06fdc78de7849998ab27701881132b41f7c25887 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 8 Jun 2018 09:57:38 +0200 Subject: [PATCH] renamed --- .../Models/Relationship/{LocationType.cs => LocationKind.cs} | 0 Yavsc/Views/MailingTemplate/Index.cshtml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename Yavsc.Server/Models/Relationship/{LocationType.cs => LocationKind.cs} (100%) diff --git a/Yavsc.Server/Models/Relationship/LocationType.cs b/Yavsc.Server/Models/Relationship/LocationKind.cs similarity index 100% rename from Yavsc.Server/Models/Relationship/LocationType.cs rename to Yavsc.Server/Models/Relationship/LocationKind.cs diff --git a/Yavsc/Views/MailingTemplate/Index.cshtml b/Yavsc/Views/MailingTemplate/Index.cshtml index 28ed62b6..9e9915a8 100644 --- a/Yavsc/Views/MailingTemplate/Index.cshtml +++ b/Yavsc/Views/MailingTemplate/Index.cshtml @@ -12,7 +12,7 @@
- @Html.DisplayNameFor(model => model.ShortName) + @Html.DisplayNameFor(model => model.Topic) @Html.DisplayNameFor(model => model.ReplyToAddress) @@ -41,7 +41,7 @@ @foreach (var item in Model) {
- @Html.DisplayFor(modelItem => item.ShortName) + @Html.DisplayFor(modelItem => item.Topic) @Html.DisplayFor(modelItem => item.ReplyToAddress)