Browse Source

Merge pull request #476 from SychevIgor/dev

rudiment views in identity services. both are useless, without actions in home controller
pull/483/head
Eduard Tomàs 7 years ago
committed by GitHub
parent
commit
3615f9784f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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