5 lines
106 B
ERB
5 lines
106 B
ERB
<%= render StatusTextComponent.new(
|
|
text: @text,
|
|
icon_name: @icon_name,
|
|
icon_color: @icon_color) %>
|