<%= tag.p t(".name"), class: "col-span-4" %>
<%= tag.p t(".weight"), class: "col-span-2 justify-self-end" %>
@@ -22,7 +22,7 @@
<%= tag.p t(".return"), class: "col-span-2 justify-self-end" %>
-
+
<%= render "holdings/cash", account: @account %>
<%= render "shared/ruler" %>
diff --git a/app/views/rules/index.html.erb b/app/views/rules/index.html.erb
index b8d0eef5..dc6e97aa 100644
--- a/app/views/rules/index.html.erb
+++ b/app/views/rules/index.html.erb
@@ -29,7 +29,7 @@
<% end %>
-
+
<% if @rules.any? %>
-
+
<%= render partial: "rule", collection: @rules, spacer_template: "shared/ruler" %>
diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb
index 0fdaf0ec..39b21b1e 100644
--- a/app/views/tags/index.html.erb
+++ b/app/views/tags/index.html.erb
@@ -24,7 +24,7 @@
-
+
<% if @tags.any? %>
@@ -33,7 +33,7 @@
<%= @tags.count %>
-
+
<%= render partial: @tags, spacer_template: "shared/ruler" %>