Update blog button

This commit is contained in:
Josh-Heaps
2026-03-06 16:12:58 -07:00
parent a3c90ad06e
commit 9f3f610025
2 changed files with 25 additions and 1 deletions
-1
View File
@@ -21,7 +21,6 @@
<h1>Admin</h1> <h1>Admin</h1>
</div> </div>
<div class="quick-actions"> <div class="quick-actions">
<a href="/BlogAdmin" class="btn btn-secondary">Blog</a>
<a href="/Profile" class="btn btn-secondary">Profile</a> <a href="/Profile" class="btn btn-secondary">Profile</a>
<a href="/Logout" class="btn btn-danger">Logout</a> <a href="/Logout" class="btn btn-danger">Logout</a>
</div> </div>
+25
View File
@@ -120,6 +120,31 @@
</div> </div>
</a> </a>
<a href="/BlogAdmin" class="landing-card">
<div class="card-content">
<div class="card-icon-wrapper">
<div class="card-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 20h9"></path>
<path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"></path>
</svg>
</div>
</div>
<div class="card-text">
<h2>Blog</h2>
<p class="card-description">Create and manage blog posts for your website</p>
</div>
</div>
<div class="card-footer">
<span class="card-link-text">Open workspace</span>
<div class="card-arrow">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="5" y1="12" x2="19" y2="12"></line>
<polyline points="12 5 19 12 12 19"></polyline>
</svg>
</div>
</div>
</a>
} }
@if (Model.HasMedicalRole) @if (Model.HasMedicalRole)