feat(ReduksiSampahSudin): delete add button, and change label title

main
Kevin Hendrawan 2025-12-14 10:23:19 +07:00
parent 6abe35ace3
commit ef45bb6359
2 changed files with 8 additions and 3 deletions

View File

@ -1,11 +1,11 @@
@{
ViewData["Title"] = "Reduksi Sampah";
ViewData["Title"] = "Reduksi Sampah Sudin";
}
<div class="flex flex-col gap-2 md:flex-row md:justify-between md:gap-0 items-center">
<div class="prose">
<span class="text-xl font-semibold text-black">
Reduksi Sampah
Reduksi Sampah Sudin
</span>
</div>
<div class="flex gap-2 items-center">
@ -18,7 +18,6 @@
<option>2021</option>
<option>2020</option>
</select>
<button type="button" class="btn btn-sm bg-bank-sampah-primary-500 rounded-full text-white" onclick="modal_tambah.showModal()"><i class="ph ph-plus"></i>Tambah</button>
</div>
</div>

View File

@ -187,6 +187,12 @@
Reduksi Sampah Satpel
</a>
</li>
<li>
<a asp-controller="ReduksiSampahSudin" class="rounded-full @(controller == "ReduksiSampahSudin" ? "menu-active" : "")">
<i class="ph ph-database me-2 text-lg"></i>
Reduksi Sampah Sudin
</a>
</li>
<!-- <li>
<details @(new[] { "Maggot", "Composting", "ReduksiSampah", "BankSampah" }.Contains(controller) ? "open" : "")>
<summary>