mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
<%=
|
|
render(Primer::OpenProject::CollapsibleSection.new(collapsed: !initiallyExpanded, display: :block, mb: 3)) do |section|
|
|
section.with_title { title }
|
|
section.with_collapsible_content do
|
|
capture(&block)
|
|
end
|
|
end
|
|
%>
|