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) |