From 4c4e02f40b026d7d6de51a0ef115abda983e248e Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 18 Sep 2024 16:58:38 -0500 Subject: [PATCH] Include project name --- app/views/bubbles/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/bubbles/index.html.erb b/app/views/bubbles/index.html.erb index a09db2b8b..558a217d2 100644 --- a/app/views/bubbles/index.html.erb +++ b/app/views/bubbles/index.html.erb @@ -6,10 +6,10 @@ <% end %>

- Bubbled up + Bubbled up <%= @project.name %> <% if @tag %> - in <%= @tag.title %> + tagged <%= @tag.title %> <%= link_to project_bubbles_path(@project), class: "btn txt-small" do %> <%= image_tag "remove.svg", aria: { hidden: true }, size: 24 %>