reorg
This commit is contained in:
parent
d000f77098
commit
40e8e08690
3487 changed files with 39 additions and 21 deletions
15
src/Yavsc.Org/Views/Home/Contact.cshtml
Executable file
15
src/Yavsc.Org/Views/Home/Contact.cshtml
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
@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