Update redirect paths and enhance user context in templates and views

This commit is contained in:
Christian Krakau-Louis
2025-04-14 05:54:21 +02:00
parent 690065f788
commit e952630295
8 changed files with 189 additions and 37 deletions
+5 -5
View File
@@ -50,7 +50,7 @@
<!-- Next Steps -->
<div class="bg-white rounded-lg shadow-md p-6">
<h3 class="text-xl font-semibold text-irish-green mb-4">What's Next?</h3>
<div class="space-y-4">
<div class="space-y-3 mt-8">
<a href="/teams/{{ team.id }}" class="flex items-start hover:bg-gray-50 p-3 rounded-md cursor-pointer">
<div class="bg-cream-white p-2 rounded-full mr-3">
<i class="fas fa-users text-irish-green"></i>
@@ -71,13 +71,13 @@
</div>
</a>
<a href="/scan" class="flex items-start hover:bg-gray-50 p-3 rounded-md cursor-pointer">
<div class="bg-cream-white p-2 rounded-full mr-3">
<i class="fas fa-qrcode text-irish-green"></i>
<a href="/dashboard/scan" class="flex items-start hover:bg-gray-50 p-3 rounded-md cursor-pointer">
<div class="bg-green-100 p-2 rounded-full mr-3">
<i class="fas fa-qrcode text-green-600"></i>
</div>
<div>
<p class="font-medium">Scan Another QR Code</p>
<p class="text-gray-600 text-sm">Got more codes to redeem? Scan them now.</p>
<p class="text-sm text-gray-600">Find more QR codes to redeem</p>
</div>
</a>
</div>