Files
akkounts/app/components/settings/nostr_profile_status_component.html.erb
T

8 lines
184 B
ERB

<% @statuses.each do |status| %>
<%= render StatusTextComponent.new(
text: status[:text],
icon_name: status[:icon_name],
icon_color: status[:icon_color]
) %>
<% end %>