Previews

No matching results.

x
1
2
3
4
5
6
7
8
<div class="blankslate-container">
<div data-view-component="true" class="blankslate">
<h2 data-view-component="true" class="blankslate-heading">It looks like we have discovered a vulnerability</h2>
<div class="blankslate-action">
<a href="#" data-view-component="true" class="Link">Fix issue</a>
</div>
</div>
</div>
1
2
3
4
render Primer::Beta::Blankslate.new(narrow: narrow, spacious: spacious, border: border) do |component|
component.with_heading(tag: :h2).with_content("It looks like we have discovered a vulnerability")
component.with_secondary_action(href: "#").with_content("Fix issue")
end
Param Description Input