Skip to content

Commit dee1ac4

Browse files
committed
Fix for funds page rendering wrong
Remove extraneous </div> from a couple of partials.
1 parent 1f85905 commit dee1ac4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/views/funds/_allocation_details.html.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
</div>
2222
</div>
2323
</div>
24-
</div>
2524

2625
<div class="col-md-7 col-xl-12">
2726
<h3 class="fw-normal fs-6">Distribution Details</h3>

app/views/funds/_completed_allocation_details.html.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
</div>
2222
</div>
2323
</div>
24-
</div>
2524

2625
<div class="col-md-7 col-xl-12">
2726
<h3 class="fw-normal fs-6">Distribution Details</h3>

0 commit comments

Comments
 (0)