mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add controller for computers.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@using System.Reflection
|
||||
@using Microsoft.Extensions.PlatformAbstractions
|
||||
@{
|
||||
/******************************************************************************
|
||||
// Canary Islands Computer Museum Website
|
||||
@@ -96,8 +96,9 @@
|
||||
</a>
|
||||
<div aria-labelledby=navbarDropdown
|
||||
class=dropdown-menu>
|
||||
<a class=dropdown-item
|
||||
href=#>
|
||||
<a asp-action=Index
|
||||
asp-controller=Computer
|
||||
class=dropdown-item>
|
||||
Computers
|
||||
</a>
|
||||
<div class=dropdown-divider>
|
||||
@@ -131,7 +132,7 @@
|
||||
@RenderBody()
|
||||
<hr />
|
||||
<footer>
|
||||
<p>© 2018 Natalia Portillo, @(Microsoft.Extensions.PlatformAbstractions.PlatformServices.Default.Application.ApplicationVersion)</p>
|
||||
<p>© 2018 Natalia Portillo, @(PlatformServices.Default.Application.ApplicationVersion)</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user