Search for both LeafInput and LeafInputData

This commit is contained in:
2023-02-02 09:35:22 -05:00
parent 8e16510ad9
commit 680f139aa5
24 changed files with 808 additions and 281 deletions
+9
View File
@@ -0,0 +1,9 @@
@using LeafWeb.WebCms.Controllers
<div class="container-lg">
<div class="card card-body bg-light">
<p>No results.</p>
<p>
<a href="@UmbracoContext.Current.UrlProvider.GetUrl(LeafWebPageIds.LeafInputCreate)">Click here to analyze your Leaf Data.</a>
</p>
</div>
</div>