Skip to content

Commit 416679b

Browse files
fix(web): recent envelopes table
1 parent 976cdb4 commit 416679b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/views/index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<main class="container">
44
<article>
55
<h2>Recent Envelopes</h2>
6-
{{template "p/recent-envelopes-table" .}}
6+
<figure>
7+
{{template "p/recent-envelopes-table" .}}
8+
</figure>
79
</article>
810

911
<article>

0 commit comments

Comments
 (0)