update expression browser route

This commit is contained in:
Gary Sharp
2025-01-19 12:35:13 +11:00
parent b640e51874
commit 50603210b0
9 changed files with 147 additions and 160 deletions
@@ -161,7 +161,7 @@
<h4>@Model.Package.Scope Scope</h4>
<div class="info-box">
<p class="fa-p">
<i class="fa fa-info-circle"></i>This package is generated from @(Model.Package.Scope)s. Any expressions within the Document&nbsp;Template&nbsp;PDF will be evaluated within the <a href="@(Url.Action(MVC.Config.DocumentTemplate.ExpressionBrowser()))#@(Model.Package.Scope)Scope">@(Model.Package.Scope) Scope</a>.
<i class="fa fa-info-circle"></i>This package is generated from @(Model.Package.Scope)s. Any expressions within the Document&nbsp;Template&nbsp;PDF will be evaluated within the <a href="@(Url.Action(MVC.Config.Expressions.Browser()))#@(Model.Package.Scope)Scope">@(Model.Package.Scope) Scope</a>.
</p>
</div>
<div>