diff --git a/src/PowderCoating.Web/Views/Jobs/Index.cshtml b/src/PowderCoating.Web/Views/Jobs/Index.cshtml index 4955d33..1074efd 100644 --- a/src/PowderCoating.Web/Views/Jobs/Index.cshtml +++ b/src/PowderCoating.Web/Views/Jobs/Index.cshtml @@ -162,10 +162,20 @@
No jobs found
-

Get started by creating your first job

- - Create Your First Job - + @if (_allCount > 0) + { +

No jobs match your current filter.

+ + Clear Filters + + } + else + { +

Get started by creating your first job.

+ + Create Your First Job + + }
} else @@ -328,10 +338,20 @@
No jobs found
-

Get started by creating your first job

- - Create Your First Job - + @if (_allCount > 0) + { +

No jobs match your current filter.

+ + Clear Filters + + } + else + { +

Get started by creating your first job.

+ + Create Your First Job + + }
} else diff --git a/src/PowderCoating.Web/Views/Quotes/Index.cshtml b/src/PowderCoating.Web/Views/Quotes/Index.cshtml index a7f3279..9dc3da6 100644 --- a/src/PowderCoating.Web/Views/Quotes/Index.cshtml +++ b/src/PowderCoating.Web/Views/Quotes/Index.cshtml @@ -294,9 +294,9 @@

No quotes found.

- @if (!string.IsNullOrEmpty(searchTerm) || statusFilter.HasValue) + @if (!string.IsNullOrEmpty(searchTerm) || statusFilter.HasValue || !string.IsNullOrEmpty(statusCode) || !string.IsNullOrEmpty(ViewBag.TagFilter as string)) { -

Try adjusting your filters or view all quotes.

+

No quotes match your current filter. View all quotes.

} else {