x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<div tabindex="0" role="status" class="Polaris-Banner Polaris-Banner--withinPage"> <div class="Polaris-Banner__Dismiss"> <a href="#" data-controller="polaris-button" class="Polaris-Button Polaris-Button--plain Polaris-Button--iconOnly"> <span class="Polaris-Button__Content"> <div class="Polaris-Button__Icon"> <span class="Polaris-Icon"> <svg viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" class="Polaris-Icon__Svg" focusable="false" aria-hidden="true"><path d="m11.414 10 4.293-4.293a.999.999 0 1 0-1.414-1.414L10 8.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L8.586 10l-4.293 4.293a.999.999 0 1 0 1.414 1.414L10 11.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z"></path></svg> </span> </div> </span> </a> </div> <div class="Polaris-Banner__Ribbon"> <span class="Polaris-Icon Polaris-Icon--colorBase Polaris-Icon--applyColor"> <svg viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" class="Polaris-Icon__Svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M10 20c5.514 0 10-4.486 10-10S15.514 0 10 0 0 4.486 0 10s4.486 10 10 10zm1-6a1 1 0 1 1-2 0v-4a1 1 0 1 1 2 0v4zm-1-9a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"></path></svg> </span> </div> <div class="Polaris-Banner__ContentWrapper"> <div class="Polaris-Banner__Content"> <p> Use your finance report to get detailed information about your business.<br> <a href="#" data-polaris-unstyled="true" class="Polaris-Link Polaris-Link--monochrome">Let us know what you think</a> </p> </div> </div></div>
1
2
3
4
5
6
7
<%= polaris_banner do |banner| %> <% banner.dismiss_button(url: "#") %> <p> Use your finance report to get detailed information about your business.<br> <%= polaris_link(url: "#", monochrome: true) { "Let us know what you think" } %> </p><% end %>
No notes provided.
No params configured.