Sha256: 3cbd4b9c68ded077ed2f8b8b0bd6e6e5aa91c1f497b2f39093cc82e567257f0b
Contents?: true
Size: 509 Bytes
Versions: 8
Compression:
Stored size: 509 Bytes
Contents
<%= render Primer::BaseComponent.new(**@system_arguments) do %> <%= render(Primer::OcticonComponent.new(icon: @icon)) if @icon %> <%= content %> <% if @dismissible %> <button class="flash-close js-flash-close" type="button" aria-label="Close"> <%= render(Primer::OcticonComponent.new(icon: "x")) %> </button> <% end %> <% if actions.present? %> <%= render Primer::BaseComponent.new(**actions.system_arguments) do %> <%= actions.content %> <% end %> <% end %> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems