feat(ReduksiSampahSudin): delete add button, and change label title
parent
6abe35ace3
commit
ef45bb6359
|
|
@ -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="flex flex-col gap-2 md:flex-row md:justify-between md:gap-0 items-center">
|
||||||
<div class="prose">
|
<div class="prose">
|
||||||
<span class="text-xl font-semibold text-black">
|
<span class="text-xl font-semibold text-black">
|
||||||
Reduksi Sampah
|
Reduksi Sampah Sudin
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex gap-2 items-center">
|
<div class="flex gap-2 items-center">
|
||||||
|
|
@ -18,7 +18,6 @@
|
||||||
<option>2021</option>
|
<option>2021</option>
|
||||||
<option>2020</option>
|
<option>2020</option>
|
||||||
</select>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -187,6 +187,12 @@
|
||||||
Reduksi Sampah Satpel
|
Reduksi Sampah Satpel
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</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>
|
<!-- <li>
|
||||||
<details @(new[] { "Maggot", "Composting", "ReduksiSampah", "BankSampah" }.Contains(controller) ? "open" : "")>
|
<details @(new[] { "Maggot", "Composting", "ReduksiSampah", "BankSampah" }.Contains(controller) ? "open" : "")>
|
||||||
<summary>
|
<summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue