Browse Source

rudement views in identity services. both are useless, without actions in home controller

pull/476/head
Sychev Igor 7 years ago
parent
commit
835c28910e
2 changed files with 0 additions and 24 deletions
  1. +0
    -7
      src/Services/Identity/Identity.API/Views/Home/About.cshtml
  2. +0
    -17
      src/Services/Identity/Identity.API/Views/Home/Contact.cshtml

+ 0
- 7
src/Services/Identity/Identity.API/Views/Home/About.cshtml View File

@ -1,7 +0,0 @@
@{
ViewData["Title"] = "About";
}
<h2>@ViewData["Title"].</h2>
<h3>@ViewData["Message"]</h3>
<p>Use this area to provide additional information.</p>

+ 0
- 17
src/Services/Identity/Identity.API/Views/Home/Contact.cshtml View File

@ -1,17 +0,0 @@
@{
ViewData["Title"] = "Contact";
}
<h2>@ViewData["Title"].</h2>
<h3>@ViewData["Message"]</h3>
<address>
One Microsoft Way<br />
Redmond, WA 98052-6399<br />
<abbr title="Phone">P:</abbr>
425.555.0100
</address>
<address>
<strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.com</a><br />
<strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a>
</address>

Loading…
Cancel
Save