From 61dfa5eccea4503efc5f16012d6c8b7bf7370466 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 5 Apr 2025 12:58:56 +0200 Subject: [PATCH] Spacing --- app/views/bubbles/_messages.html.erb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/bubbles/_messages.html.erb b/app/views/bubbles/_messages.html.erb index c28e26eae..3bc0610d0 100644 --- a/app/views/bubbles/_messages.html.erb +++ b/app/views/bubbles/_messages.html.erb @@ -3,9 +3,14 @@ <%# Template Dependency: event_summaries/event_summary %> <%= render bubble.messages, cached: true %> <%= render "comments/new", bubble: bubble, cached: true %> +
Subscribers -

<%= pluralize(@bubble.watchers.count, "person") %> will be notified when someone comments on this.

+ +

+ <%= pluralize(@bubble.watchers.count, "person") %> will be notified when someone comments on this. +

+
<%= render partial: "bubbles/watches/watcher", collection: @bubble.watchers.sorted_with_user_first(Current.user) %>