Normalize remaining admin page shells
TaxBaik CI/CD / build-and-deploy (push) Successful in 57s

This commit is contained in:
2026-07-09 13:55:54 +09:00
parent f4deff4e78
commit 6407afece5
14 changed files with 14 additions and 14 deletions
@@ -1,7 +1,7 @@
@page
@model TaxBaik.Web.Pages.Admin.RevenueTrackings.IndexModel
@{ ViewData["Title"] = "매출 추적"; }
<section class="container admin-page-shell">
<section class="admin-page-shell">
<partial name="_AdminPageHeader" model='("세무 운영", "매출 추적", "월별 매출 추이를 확인하는 분석 화면입니다.", null, null)' />
<partial name="_ComingSoon" model="매출 추적" />
</section>