Skip to content

Commit

Permalink
Add "Unit Test" to some headings for diagnostic purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Feb 29, 2024
1 parent 4d0e588 commit a000716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/docs/unit_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ <h1>
</div>
<div class="app-frame app-pad-h">
<ul class="nav nav-tabs">
<li ui-sref-active='active'><a ui-sref="dbt.unit_test({'#': 'description'})">Description</a></li>
<li ui-sref-active='active' ng-show = "parentsLength != 0"><a ui-sref="dbt.unit_test({'#': 'depends_on'})">Depends On</a></li>
<li ui-sref-active='active'><a ui-sref="dbt.unit_test({'#': 'description'})">Description of Unit Test</a></li>
<li ui-sref-active='active' ng-show = "parentsLength != 0"><a ui-sref="dbt.unit_test({'#': 'depends_on'})">Unit Test Depends On</a></li>
</ul>
</div>
</div>
Expand All @@ -37,7 +37,7 @@ <h1>
<section class="section">
<div class="section-target" id="description"></div>
<div class="section-content">
<h6>Description</h6>
<h6>Description of Unit Test</h6>
<div class="panel">
<div class="panel-body">
<div ng-if="model.description" class="model-markdown" marked="model.description"></div>
Expand All @@ -50,7 +50,7 @@ <h6>Description</h6>
<section class="section" ng-show = "parentsLength != 0">
<div class="section-target" id="depends_on"></div>
<div class="section-content">
<h6>Depends On</h6>
<h6>Unit Test Depends On</h6>
<reference-list references="parents" node="model" />
</div>
</section>
Expand Down

0 comments on commit a000716

Please sign in to comment.