REORG
This commit is contained in:
parent
8d68ee380a
commit
45514010f2
3505 changed files with 154 additions and 523 deletions
|
|
@ -1,15 +0,0 @@
|
|||
@model SiteSettings
|
||||
@{
|
||||
ViewData["Title"] = "Contact";
|
||||
}
|
||||
<h2>@ViewData["Title"].</h2>
|
||||
<h3>@ViewData["Message"]</h3>
|
||||
|
||||
<p>
|
||||
@Model.Owner.Name <br>
|
||||
@Html.DisplayFor(m=>m.Owner.PostalAddress)</p>
|
||||
|
||||
<address>
|
||||
<strong>Support:</strong> <a href="mailto:@Model.Admin.EMail">@(Model.Admin.Name)<@(Model.Admin.EMail)></a><br />
|
||||
<strong>Marketing:</strong> <a href="mailto:@Model.Owner.EMail">@(Model.Owner.Name)<@(Model.Owner.EMail)></a>
|
||||
</address>
|
||||
Loading…
Add table
Add a link
Reference in a new issue