<% account_group.accounts.each_with_index do |account, idx| %>
-
+
<%= render "accounts/logo", account: account, size: "sm", color: account_group.color %>
diff --git a/app/views/rules/index.html.erb b/app/views/rules/index.html.erb
index 59961714..b8d0eef5 100644
--- a/app/views/rules/index.html.erb
+++ b/app/views/rules/index.html.erb
@@ -58,7 +58,7 @@
-
+
<%= render partial: "rule", collection: @rules, spacer_template: "shared/ruler" %>
diff --git a/app/views/settings/profiles/show.html.erb b/app/views/settings/profiles/show.html.erb
index fa97c57e..0819252b 100644
--- a/app/views/settings/profiles/show.html.erb
+++ b/app/views/settings/profiles/show.html.erb
@@ -41,7 +41,7 @@
<%= Current.family.name %> · <%= Current.family.users.size %>
<% @users.each do |user| %>
-
+
<%= render "settings/user_avatar", avatar_url: user.profile_image&.variant(:small)&.url, initials: user.initials %>
diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb
index cc4a8459..0fdaf0ec 100644
--- a/app/views/tags/index.html.erb
+++ b/app/views/tags/index.html.erb
@@ -33,8 +33,8 @@
<%= @tags.count %>
-
-
+
+
<%= render partial: @tags, spacer_template: "shared/ruler" %>