-
-
+
diff --git a/app/javascript/articles/components/ContentTitle.jsx b/app/javascript/articles/components/ContentTitle.jsx
index 1909ff020..bcd2212ce 100644
--- a/app/javascript/articles/components/ContentTitle.jsx
+++ b/app/javascript/articles/components/ContentTitle.jsx
@@ -2,7 +2,7 @@ import { h } from 'preact';
import { articlePropTypes } from '../../common-prop-types';
export const ContentTitle = ({ article }) => (
-
+
);
ContentTitle.propTypes = {
diff --git a/app/javascript/listings/components/MessageModal.jsx b/app/javascript/listings/components/MessageModal.jsx
index 573b49935..84d179a08 100644
--- a/app/javascript/listings/components/MessageModal.jsx
+++ b/app/javascript/listings/components/MessageModal.jsx
@@ -35,6 +35,7 @@ const MessageModal = ({
id="new-message"
className="crayons-textfield mb-0"
placeholder="Enter your message here..."
+ aria-label="Message"
/>
{isCurrentUserOnListing &&
diff --git a/app/views/articles/_full_comment_area.html.erb b/app/views/articles/_full_comment_area.html.erb
index a7d3e5fd0..a2a9cdfc0 100644
--- a/app/views/articles/_full_comment_area.html.erb
+++ b/app/views/articles/_full_comment_area.html.erb
@@ -2,7 +2,7 @@
Discussion
+Discussion
My Tags
- <%= inline_svg_tag("cog.svg", aria: true, class: "crayons-icon") %> + <%= inline_svg_tag("cog.svg", class: "crayons-icon") %>Articles
+<%= community_name %>
+ <%= render(partial: "onboardings/task_card") if user_signed_in? %>You're now a part of the community!
+You're now a part of the community!
SUGGESTED THINGS YOU CAN DO
+
+<% if @user.comments_count > 250 %> Last 250 comments <% else %> All <%= @user.comments_count %> comments <% end %> -
+
+Recent comments -
+
+<%= comment.commentable.title %> -
<%= truncate(strip_tags(comment.processed_html), length: 64).html_safe %>