20-12-2022

This commit is contained in:
Jonathan Jenne
2022-12-20 16:47:36 +01:00
parent 1e925242bc
commit 6bca1f53f4
4 changed files with 18 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
@using ECM.JobRunner.Web.Data;
@inherits LayoutComponentBase
@inject WcfService Wcf
@inject HelperService Helper;
<PageTitle>ECM.JobRunner.Web</PageTitle>
@@ -11,7 +12,7 @@
<main>
<div class="top-row px-4 d-flex align-content-between justify-content-between">
<strong>Page Title</strong>
<strong>@Helper.Title</strong>
<a href="https://docs.microsoft.com/aspnet/" target="_blank">About</a>
</div>