unified dashboard cards view all buttons
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||||
<h5 class="card-title mb-0"><i class="fas fa-comments me-2"></i>Conversation Storage</h5>
|
<h5 class="card-title mb-0"><i class="fas fa-comments me-2"></i>Conversation Storage</h5>
|
||||||
<a href="{{ url_for('conversations.conversations') }}" class="btn btn-primary btn-sm">Browse</a>
|
<a href="{{ url_for('conversations.conversations') }}" class="btn btn-primary btn-sm">View All</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex flex-column">
|
<div class="d-flex flex-column">
|
||||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
<div class="card shadow-sm">
|
<div class="card shadow-sm">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||||
<h5 class="card-title mb-0"><i class="fas fa-database me-2"></i>Room Storage Overview</h5>
|
<h5 class="card-title mb-0"><i class="fas fa-database me-2"></i>Room Storage</h5>
|
||||||
<a href="{{ url_for('rooms.rooms') }}" class="btn btn-primary btn-sm">Browse</a>
|
<a href="{{ url_for('rooms.rooms') }}" class="btn btn-primary btn-sm">View All</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex flex-column">
|
<div class="d-flex flex-column">
|
||||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user