File tree Expand file tree Collapse file tree
aspnetcore/tutorials/first-mvc-app/start-mvc/sample/MvcMovie90/Views/Shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <header >
1313 <nav class =" navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3" >
1414 <div class =" container-fluid" >
15- <a class =" navbar-brand" asp-area =" " asp-controller =" Movies " asp-action =" Index" >Movie App</a >
15+ <a class =" navbar-brand" asp-area =" " asp-controller =" HelloWorld " asp-action =" Index" >Movie App</a >
1616 <button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" .navbar-collapse" aria-controls =" navbarSupportedContent"
1717 aria-expanded =" false" aria-label =" Toggle navigation" >
1818 <span class =" navbar-toggler-icon" ></span >
4646 <script src =" ~/js/site.js" asp-append-version =" true" ></script >
4747 @await RenderSectionAsync("Scripts", required: false)
4848</body >
49- </html >
49+ </html >
You can’t perform that action at this time.
0 commit comments