Files
openproject/app/components/work_packages/status_badge_component.html.erb
2024-10-24 08:11:41 +02:00

4 lines
108 B
Plaintext

<%=
render(Primer::Beta::Label.new(size: :medium, inline: true, **@system_arguments)) { @status.name }
%>