x
1
2
3
4
5
6
<div class="blankslate-container"><div data-view-component="true" class="FeedbackMessage blankslate"> <img src="https://cdn.aws-de-trials2.openproject-edge.com/assets/loading_indicator-3264c06301e212a19799303cc1ec03bdf905f6516b2f117d0ee2c5248641bc83.svg" size="56x56" alt="Loading..." data-view-component="true" class="blankslate-image" /> <h2 data-view-component="true" class="blankslate-heading">Please wait, your request is being processed.</h2></div></div>
No notes provided.
1
2
3
render(Primer::OpenProject::FeedbackMessage.new(loading: true)) do |component| component.with_heading(tag: :h2) { "Please wait, your request is being processed." }end
No params configured.