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) %> <% if feature?(:allow_attached_documents) %>
<div class="documents small-12 column"> <div class="documents small-12 column">
<hr>
<%= render "documents/nested_documents", f: f %> <%= render "documents/nested_documents", f: f %>
<hr>
</div> </div>
<% end %> <% end %>
<div class="links small-12 column"> <div class="links small-12 column">
<%= render "links/nested_links", linkable: dashboard_action, f: f %> <%= render "links/nested_links", linkable: dashboard_action, f: f %>
<hr>
</div> </div>
<div class="row expanded"> <div class="row expanded">

View File

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