Sha256: 0cbd34c257c625c6e3456024166f583162329550500e2c79cdb6e68881aea602
Contents?: true
Size: 690 Bytes
Versions: 119
Compression:
Stored size: 690 Bytes
Contents
<%= form_with(url: action_menu_form_action_path(format: route_format)) do |f| %> <%= render(Primer::Alpha::ActionMenu.new(select_variant: :single, dynamic_label: true, dynamic_label_prefix: "Strategy", form_arguments: { builder: f, name: "foo" })) do |menu| %> <% menu.with_show_button { "Strategy" } %> <% menu.with_item(label: "Fast forward", data: { value: "fast_forward" }) %> <% menu.with_item(label: "Recursive", data: { value: "recursive" }) %> <% menu.with_item(label: "Ours", data: { value: "ours" }) %> <% menu.with_item(label: "Resolve") %> <% end %> <hr> <div> <%= f.submit(class: "Button--secondary Button--medium Button") %> </div> <% end %>
Version data entries
119 entries across 119 versions & 2 rubygems