x
1
2
3
4
5
6
7
8
9
<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 class="blankslate-action"> <a href="#" data-view-component="true" class="Link">Skip</a> </div></div></div>
No notes provided.
1
2
3
4
render(Primer::OpenProject::FeedbackMessage.new(loading: true)) do |component| component.with_heading(tag: :h2) { "Please wait, your request is being processed." } component.with_secondary_action(href: "#").with_content("Skip")end
No params configured.