manager: add small context description for template test (#83352)
gitea/combo/pipeline/head This commit looks good Details

This commit is contained in:
Yann Weber 2024-01-12 16:12:55 +01:00
parent 4a458df834
commit de3dd80b83
1 changed files with 10 additions and 0 deletions

View File

@ -126,6 +126,16 @@
</button>
</form>
<div>
<h3>{% trans "Available context" %}</h3>
<dl>
<dt><code>page</code></dt>
<dd>{% trans "The page object" %}</dd>
<dt><code>cells</code></dt>
<dd>{% trans "The array of page's cells" %}</dd>
</dl>
</div>
<div hidden id="page-inspect-test-template-div">
<div class="infonotice">
<h3>{% trans "Template result" %}</h3>