Skip to content

Commit

Permalink
[admin] Fix icon URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodsanto committed Sep 28, 2023
1 parent d0885a4 commit ee0171f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/changelog_web/templates/admin/episode/_table.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<%= if Enum.any?(additional_participants) do %>
<img
class="ui avatar image"
src="<%= ~p"/images/icons/icon-plus.png" %>"
src="<%= url(~p"/images/icons/icon-plus.png") %>"
title="and <%= length(additional_participants) %> more"
data-popup="true">
<% end %>
Expand Down

0 comments on commit ee0171f

Please sign in to comment.