Remove obsolete data attribute

This attribute isn't used since commit 88a7a29d2.
This commit is contained in:
Javi Martín
2023-10-12 21:16:38 +02:00
parent 2093083d29
commit f9bb178cb0

View File

@@ -32,7 +32,7 @@
</div> </div>
<% end %> <% end %>
<div class="documents small-12 column" data-max-documents="<%= Legislation::Proposal.max_documents_allowed %>"> <div class="documents small-12 column">
<%= render "documents/nested_documents", f: f %> <%= render "documents/nested_documents", f: f %>
</div> </div>