<%= title %>

<% if options.size == 1 %> <%= link_to options.first.last, class: "action_button", "aria-label" => options.first.first, title: options.first.first do %> <%= icon(icon_name, library: "tabler", "aria-hidden": true) %> <% end %> <% else %>
<%= icon(icon_name, library: "tabler", "aria-hidden": true) %> <%= icon("chevron-down", library: "tabler", "aria-hidden": true) %>
<% options.each do |option_label, path| %> <%= link_to option_label, path, class: "action_button" %> <% end %>
<% if local_assigns[:hint].present? %>
" title="<%= t("admin.common.explain") %>">?

<%= hint %>

<% end %>
<% end %>