You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Admin/Sources/HeartTrack/Pages/Tickets.razor

17 lines
321 B

@page "/tickets"
<PageTitle>Tickets</PageTitle>
<h1>Tickets list</h1>
This is the ticket list of users.
<div>
<NavLink class="btn btn-primary" href="ticket/add" Match="NavLinkMatch.All">
<i class="fa fa-plus"></i> Ajouter
</NavLink>
</div>
<SurveyPrompt Title="How is Blazor working for you?" />