-

Articles

+

<%= community_name %>

+ <%= render(partial: "onboardings/task_card") if user_signed_in? %>
diff --git a/app/views/articles/tag_index.html.erb b/app/views/articles/tag_index.html.erb index 233c6da06..15361aba0 100644 --- a/app/views/articles/tag_index.html.erb +++ b/app/views/articles/tag_index.html.erb @@ -8,7 +8,7 @@
">
<% if @tag_model.badge_id && @tag_model.badge %> - + <% end %>
diff --git a/app/views/onboardings/_task_card.html.erb b/app/views/onboardings/_task_card.html.erb index 933535fdd..43a0a602c 100644 --- a/app/views/onboardings/_task_card.html.erb +++ b/app/views/onboardings/_task_card.html.erb @@ -27,7 +27,7 @@ onboarding task card image
-

You're now a part of the community!

+

You're now a part of the community!

SUGGESTED THINGS YOU CAN DO

  • diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb index 9c321364c..09fdf73ba 100644 --- a/app/views/tags/index.html.erb +++ b/app/views/tags/index.html.erb @@ -54,7 +54,7 @@ <% end %> <% if tag.badge_id && tag.badge %> - + <% end %>
<% end %> diff --git a/app/views/users/_comments_section.html.erb b/app/views/users/_comments_section.html.erb index 37d546e33..3a788edab 100644 --- a/app/views/users/_comments_section.html.erb +++ b/app/views/users/_comments_section.html.erb @@ -3,13 +3,13 @@ <% if @comments.present? %> <% if params[:view] == "comments" %>