From f0aa48b75d645382c24a6258dfe064de06fcfa07 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 11 Apr 2025 18:13:29 +0200 Subject: [PATCH] Indention --- app/views/cards/comments/reactions/_reactions.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/cards/comments/reactions/_reactions.html.erb b/app/views/cards/comments/reactions/_reactions.html.erb index 0aee3ce66..ad8cff895 100644 --- a/app/views/cards/comments/reactions/_reactions.html.erb +++ b/app/views/cards/comments/reactions/_reactions.html.erb @@ -8,8 +8,7 @@
<%= link_to new_card_comment_reaction_path(comment.card, comment), role: "button", class: "btn reaction__action", action: "soft-keyboard#open" do %> - <%= icon_tag "reaction" %> - Add a reaction + <%= icon_tag "reaction" %> Add a reaction <% end %>
<% end %>