mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add menu entry to search for all companies.
This commit is contained in:
@@ -96,6 +96,13 @@
|
||||
</a>
|
||||
<div aria-labelledby=navbarDropdown
|
||||
class=dropdown-menu>
|
||||
<a asp-action=Index
|
||||
asp-controller=Company
|
||||
class=dropdown-item>
|
||||
Companies
|
||||
</a>
|
||||
<div class=dropdown-divider>
|
||||
</div>
|
||||
<a asp-action=Index
|
||||
asp-controller=Computer
|
||||
class=dropdown-item>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<Version>3.0.99.153</Version>
|
||||
<Version>3.0.99.156</Version>
|
||||
<Company>Canary Islands Computer Museum</Company>
|
||||
<Copyright>Copyright © 2003-2018 Natalia Portillo</Copyright>
|
||||
<Product>Canary Islands Computer Museum Website</Product>
|
||||
|
||||
Reference in New Issue
Block a user