Skip to content

Commit

Permalink
Add h3 tags for sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jan 7, 2020
1 parent 6e21bc7 commit d5d5bc2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ THE SOFTWARE.
});
});
</script>
<h3 id="script-approvals">
Script approvals
</h3>
<j:choose>
<j:when test="${it.pendingScripts.isEmpty()}">
<p>
Expand Down Expand Up @@ -223,6 +226,7 @@ THE SOFTWARE.
<button onclick="if (confirm('Really delete all approvals? Any existing scripts will need to be requeued and reapproved.')) {mgr.clearApprovedScripts()}">Clear Approvals</button>
</p>
<hr/>
<h3 id="signature-approvals">Signature Approvals</h3>
<j:choose>
<j:when test="${it.pendingSignatures.isEmpty()}">
<p>
Expand Down Expand Up @@ -288,6 +292,7 @@ THE SOFTWARE.
</p>
</j:if>
<hr/>
<h3 id="classpath-approvals">Classpath Approvals</h3>
<p id="pendingClasspathEntries-none">
No pending classpath entry approvals.
</p>
Expand Down

0 comments on commit d5d5bc2

Please sign in to comment.