diff --git a/src/TaxBaik.Web/Pages/Admin/Blog/Index.cshtml b/src/TaxBaik.Web/Pages/Admin/Blog/Index.cshtml index be79301..2989faa 100644 --- a/src/TaxBaik.Web/Pages/Admin/Blog/Index.cshtml +++ b/src/TaxBaik.Web/Pages/Admin/Blog/Index.cshtml @@ -26,7 +26,7 @@ @if (Model.Items.Count == 0) {
-
+
@await Html.PartialAsync("_EmptyState", "블로그 글이 없습니다.")
diff --git a/src/TaxBaik.Web/Pages/Shared/_EmptyState.cshtml b/src/TaxBaik.Web/Pages/Shared/_EmptyState.cshtml index d33854b..9052fb9 100644 --- a/src/TaxBaik.Web/Pages/Shared/_EmptyState.cshtml +++ b/src/TaxBaik.Web/Pages/Shared/_EmptyState.cshtml @@ -2,7 +2,7 @@ @{ var emptyMessage = string.IsNullOrWhiteSpace(Model) ? "데이터가 없습니다." : Model; } -
+