diff --git a/app/views/cards/comments/_comment.html.erb b/app/views/cards/comments/_comment.html.erb index f2294e2bb..a08a0ea94 100644 --- a/app/views/cards/comments/_comment.html.erb +++ b/app/views/cards/comments/_comment.html.erb @@ -17,8 +17,7 @@ <%= link_to edit_card_comment_path(comment.card, comment), class: "comment__edit btn btn--plain txt-xx-small fill-transparent translucent flex-item-justify-end" do %> - <%= icon_tag "menu-dots-horizontal" %> - Edit this comment + <%= icon_tag "menu-dots-horizontal" %> Edit this comment <% end %>