Sha256: 1ab407744591bc9e3daaf8af215c91cf271094554ce60284a0f12c14ede13c8f
Contents?: true
Size: 437 Bytes
Versions: 46
Compression:
Stored size: 437 Bytes
Contents
<% subject_id = SecureRandom.hex %> <%= render(Primer::Alpha::SelectPanel.new( data: { interaction_subject: subject_id }, src: select_panel_items_path(fail: "true"), fetch_strategy: :eventually_local, open_on_load: open_on_load )) do |panel| %> <% panel.with_show_button { "Sci-fi equipment" } %> <% end %> <%= render partial: "primer/alpha/select_panel_preview/interaction_subject_js", locals: { subject_id: subject_id } %>
Version data entries
46 entries across 46 versions & 2 rubygems