<% unless @discussion_lock %> <% if (comment.depth < 2 || is_childless) %> <%= inline_svg_tag("small-comment.svg", aria: true, class: "crayons-icon reaction-icon not-reacted", title: t("views.comments.footer.reply.icon")) %> <%= t("views.comments.footer.reply.text") %> <% else %> <%= inline_svg_tag("small-thread.svg", aria: true, class: "crayons-icon", title: t("views.comments.footer.thread.icon")) %> <%= t("views.comments.footer.thread.text") %> <% end %> <% end %>