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