Skip to content

Commit

Permalink
fix bug icon showing when tags are updated in all issues table
Browse files Browse the repository at this point in the history
  • Loading branch information
caitmich committed Dec 19, 2024
1 parent 1d363e5 commit aabe69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/issues/update.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"success": <%= @modified %>,
<% if tag = @issue.tags.first %>
"issue_link": "<%= j render(partial: 'issues/issue', locals: { issue: @issue }, formats: :html) %>",
"tag_cell": "<%= j "<td data-behavior=\"tag\" style=\"color:#{tag.color}\"><i class=\"fa-solid fa-bug\"></i> #{tag.display_name}</td>".html_safe %>"
"tag_cell": "<%= j "<td data-behavior=\"tag\" data-sort=\"#{tag.position}\"><span class=\"issue-severity\"><i class=\"fa-solid fa-tag\" style=\"color:#{tag.color}\"></i> #{tag.display_name}</span></td>".html_safe %>"
<% end %>
}

0 comments on commit aabe69c

Please sign in to comment.