many bug fixes and features added
This commit is contained in:
@@ -3,7 +3,13 @@
|
||||
ViewData["Title"] = "Registration by Gender";
|
||||
}
|
||||
|
||||
<h2>Registration by Gender</h2>
|
||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||
<h2 class="mb-0">Registration by Gender</h2>
|
||||
<div class="d-flex gap-2">
|
||||
<a asp-action="RegistrationByGenderExcel" asp-route-tournamentId="@ViewBag.TournamentId" asp-route-zoneId="@ViewBag.ZoneId" class="btn btn-success"><i class="bi bi-file-earmark-excel"></i> Export to Excel</a>
|
||||
<a asp-action="RegistrationByGenderPdf" asp-route-tournamentId="@ViewBag.TournamentId" asp-route-zoneId="@ViewBag.ZoneId" class="btn btn-outline-danger"><i class="bi bi-file-earmark-pdf"></i> PDF</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<table class="table table-striped table-hover">
|
||||
|
||||
Reference in New Issue
Block a user