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 @@
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 + + }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 + + }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 {