Sha256: 0d19c1ed3879680794d4e0f89af99b0d41d64f51990125e97a08aa248def6583
Contents?: true
Size: 555 Bytes
Versions: 23
Compression:
Stored size: 555 Bytes
Contents
<div data-controller="tippy"> <%= link_to t("avo.view").humanize, "javascript:void(0);", data: {"tippy-target": :source} %> <div class="hidden" data-tippy-target="content"> <div class="p-2 space-y-2"> <% @options.each do |id, label| %> <div class="flex flex-nowrap"> <%= render Avo::Fields::Common::BooleanCheckComponent.new checked: @value.present? && @value&.with_indifferent_access[id].present? %> <div class="ml-px text-left py-px"><%= label %></div> </div> <% end %> </div> </div> </div>
Version data entries
23 entries across 23 versions & 1 rubygems