Skip to content

Commit

Permalink
demo - title update
Browse files Browse the repository at this point in the history
  • Loading branch information
cotur committed Apr 20, 2020
1 parent e3b144d commit 8f8b71b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
@page

@using Volo.Abp.AspNetCore.Mvc.UI.Layout
@using Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo.Menus
@using Volo.Abp.UI.Navigation
@model Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo.Pages.Components.IndexModel

@inject IPageLayout PageLayout
@{
ViewData["Title"] = "Components";
PageLayout.Content.Title = "Components";
}

<h1>Components</h1>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@page
@model Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo.Pages.IndexModel
<h1>Basic Theme Demo</h1>
<h1>Basic Theme Demo</h1>

<p>Check the <a href="/Components">Components</a>.</p>

0 comments on commit 8f8b71b

Please sign in to comment.