diff --git a/app/views/articles/tags/_sidebar.html.erb b/app/views/articles/tags/_sidebar.html.erb index 91f8e284f..cb770b527 100644 --- a/app/views/articles/tags/_sidebar.html.erb +++ b/app/views/articles/tags/_sidebar.html.erb @@ -78,7 +78,7 @@ <% else %> <% number_of_pages = @num_published_articles / @number_of_articles %> - <% range = (number_of_pages < 10 || @page < 4) ? 1..[number_of_pages, 9].min : [@page - 3, 1].max..[@page + 5, number_of_pages].min %> + <% range = number_of_pages < 10 || @page < 4 ? 1..[number_of_pages, 9].min : [@page - 3, 1].max..[@page + 5, number_of_pages].min %> <% if number_of_pages > 1 %>
Older #<%= @tag %> posts
diff --git a/app/views/comments/settings.html.erb b/app/views/comments/settings.html.erb index c190b457a..5a4334d92 100644 --- a/app/views/comments/settings.html.erb +++ b/app/views/comments/settings.html.erb @@ -49,7 +49,7 @@ <% end %> <% if NotificationSubscription.where(user_id: current_user, notifiable_type: "Article", notifiable_id: @comment.commentable_id, config: "all_comments").any? %> -

+

You are still subscribed to all comments in the broader thread, which will mean you will still receive notifications for replies to this comment.

<%= form_for(@notification_subscription, url: "/notification_subscriptions/Article/#{@comment.commentable_id}", method: "post", html: { class: "mute-form" }) do |f| %> diff --git a/app/views/internal/listings/index.html.erb b/app/views/internal/listings/index.html.erb index 8dfaa9ecb..bd61f2d2a 100644 --- a/app/views/internal/listings/index.html.erb +++ b/app/views/internal/listings/index.html.erb @@ -68,8 +68,13 @@ <%= form_with url: internal_buffer_updates_path, html: { data: { action: "submit->buffer#highlightElement" } } do %> - - + + <% end %> diff --git a/app/views/partnerships/index.html.erb b/app/views/partnerships/index.html.erb index 72523cd7d..096d1ba7a 100644 --- a/app/views/partnerships/index.html.erb +++ b/app/views/partnerships/index.html.erb @@ -12,7 +12,8 @@

Partner With " />

🚀 Reach

- <%= community_name %> serves millions of unique visitors per month. This highly-targeted <%= SiteConfig.community_member_label %> audience is comprised of registered members (<%= number_with_delimiter(User.estimated_count) %>) and visitors from the open web — many of whom visit <%= community_name %> as part of their daily routine. You may be interested in the public analytics available on SimilarWeb. + <%= community_name %> serves millions of unique visitors per month. This highly-targeted <%= SiteConfig.community_member_label %> audience is comprised of registered members (<%= number_with_delimiter(User.estimated_count) %>) and visitors from the open web + — many of whom visit <%= community_name %> as part of their daily routine. You may be interested in the public analytics available on SimilarWeb.

❤️ Community

diff --git a/app/views/shared/_payment_pointer.html.erb b/app/views/shared/_payment_pointer.html.erb index 124d61a2e..19f570afc 100644 --- a/app/views/shared/_payment_pointer.html.erb +++ b/app/views/shared/_payment_pointer.html.erb @@ -1,3 +1,3 @@ <% if user.payment_pointer.present? %> -

+
<% end %> diff --git a/app/views/tags/_liquid.html.erb b/app/views/tags/_liquid.html.erb index f47b3b8e9..89c241a80 100644 --- a/app/views/tags/_liquid.html.erb +++ b/app/views/tags/_liquid.html.erb @@ -3,7 +3,7 @@ .ltag__tag__id__<%= tag.id %> .follow-action-button{ background-color: <%= tag.bg_color_hex %> !important; color: <%= tag.text_color_hex %> !important; - border-color: <%= tag.bg_color_hex.to_s.casecmp('#ffffff').zero? ? tag.text_color_hex : tag.bg_color_hex %> !important; + border-color: <%= tag.bg_color_hex.to_s.casecmp("#ffffff").zero? ? tag.text_color_hex : tag.bg_color_hex %> !important; }
diff --git a/app/views/video_chats/show.html.erb b/app/views/video_chats/show.html.erb index 5ea871074..2c2687411 100644 --- a/app/views/video_chats/show.html.erb +++ b/app/views/video_chats/show.html.erb @@ -20,7 +20,6 @@ /* flex-direction:row; */ } - .individual-video { overflow: hidden; position: relative;