Remove <hr> tags in document fields

We aren't using <hr> tags on any forms containing fields to add/edit
documents, so using this in the dashboard actions form and the
legislation process form was inconsistent.
This commit is contained in:
Javi Martín
2023-10-12 21:05:41 +02:00
parent 6d8f6445bc
commit 2093083d29
2 changed files with 0 additions and 15 deletions

View File

@@ -65,15 +65,12 @@
<% if feature?(:allow_attached_documents) %>
<div class="documents small-12 column">
<hr>
<%= render "documents/nested_documents", f: f %>
<hr>
</div>
<% end %>
<div class="links small-12 column">
<%= render "links/nested_links", linkable: dashboard_action, f: f %>
<hr>
</div>
<div class="row expanded">

View File

@@ -113,18 +113,10 @@
<%= render "documents/nested_documents", f: f %>
</div>
<div class="small-12 column">
<hr>
</div>
<div class="images small-12 column">
<%= render "images/nested_image", f: f %>
</div>
<div class="small-12 column">
<hr>
</div>
<div class="small-12 column">
<h3><%= t("admin.legislation.processes.form.banner_title") %></h3>
</div>
@@ -154,10 +146,6 @@
</div>
</div>
</div>
<div class="small-12 column">
<hr>
</div>
</div>
<div class="row">