Skip to content

Commit

Permalink
Merge pull request #3410 from manyfold3d/fix-missing-icon
Browse files Browse the repository at this point in the history
Fix missing icons in feed
  • Loading branch information
Floppy authored Jan 15, 2025
2 parents 3922e6a + 490fda3 commit ddea5b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/activities/_create_actor.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<div class="card-body py-2">
<div class="row">
<div class="col col-auto">
<%= icon icon_for(thing.class), thing.class.model_name.human %>
</div>
<div class="col">
<%- if object.local? %>
Expand Down

0 comments on commit ddea5b2

Please sign in to comment.