39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
@{
|
|
ViewData["Title"] = "Admin";
|
|
}
|
|
|
|
<div class="page-heading compact">
|
|
<div>
|
|
<p class="eyebrow">Admin</p>
|
|
<h1>Dashboard</h1>
|
|
<p class="lead-text">Operational tools for PlotDirector administrators.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<section class="project-card-grid">
|
|
<article class="project-card">
|
|
<div class="project-card__body">
|
|
<p class="eyebrow">User feedback</p>
|
|
<h2>Feature Requests</h2>
|
|
<p class="project-card__description">Review suggestions, update status and reply privately.</p>
|
|
</div>
|
|
<div class="project-card__actions">
|
|
<a class="btn btn-primary btn-sm" asp-action="FeatureRequests">Open</a>
|
|
</div>
|
|
</article>
|
|
<article class="project-card">
|
|
<div class="project-card__body">
|
|
<p class="eyebrow">Placeholder</p>
|
|
<h2>Users</h2>
|
|
<p class="project-card__description">User management tools will be added later.</p>
|
|
</div>
|
|
</article>
|
|
<article class="project-card">
|
|
<div class="project-card__body">
|
|
<p class="eyebrow">Placeholder</p>
|
|
<h2>Subscriptions</h2>
|
|
<p class="project-card__description">Subscription management tools will be added later.</p>
|
|
</div>
|
|
</article>
|
|
</section>
|