diff --git a/app/views/cards/display/perma/_tags.html.erb b/app/views/cards/display/perma/_tags.html.erb index 4e870078c..527c579c5 100644 --- a/app/views/cards/display/perma/_tags.html.erb +++ b/app/views/cards/display/perma/_tags.html.erb @@ -17,6 +17,8 @@ Add a tag - <%= turbo_frame_tag card, :tagging, src: new_card_tagging_path(card) %> + + <%= turbo_frame_tag card, :tagging, src: new_card_tagging_path(card) %> + diff --git a/app/views/cards/taggings/new.html.erb b/app/views/cards/taggings/new.html.erb index 5ff4b3bf0..6f7b1ec1a 100644 --- a/app/views/cards/taggings/new.html.erb +++ b/app/views/cards/taggings/new.html.erb @@ -1,7 +1,6 @@ <%= turbo_frame_tag @card, :tagging do %> - <% end %> - + <% end %>