Files
openproject/app/components/shares/share_counter_component.html.erb
2025-02-11 18:49:19 +01:00

4 lines
83 B
Plaintext

<%
concat(render(Primer::Beta::Text.new) { I18n.t("sharing.count", count:) })
%>