зеркало из https://github.com/aspnet/MusicStore.git
Update Default.cshtml
fix area missing in the bottom of dropdown botton
This commit is contained in:
Родитель
5d1377052b
Коммит
464fc8a15f
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a asp-controller="Store" asp-action="Index">More...</a>
|
||||
<a asp-area="" asp-controller="Store" asp-action="Index">More...</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</li>
|
||||
|
|
Загрузка…
Ссылка в новой задаче