9 lines
314 B
Plaintext
9 lines
314 B
Plaintext
@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> |