Skip to content

Commit

Permalink
bs4 fix fa doc title (#4216)
Browse files Browse the repository at this point in the history
fix variable name
  • Loading branch information
charlienparker authored and bbodine1 committed Aug 28, 2024
1 parent cf85f19 commit c3807d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<% evidence.documents.each do |document|%>
<div class="d-flex row py-1 px-0 m-0 align-items-center" id="doc_table_row_<%=document.id%>">
<div class="col-sm px-0 m-0">
<%= vlp_doc.title.titleize %>
<%= document.title.titleize %>
</div>
<div class="d-flex col-sm align-items-center justify-content-sm-end px-0 mt-1 mt-sm-0 mb-0">

Expand Down

0 comments on commit c3807d3

Please sign in to comment.