Sha256: f3d5d7d5ff116b6f58c968a97616e3e8ea77e1e806fb2dfb542c8304aa4d0f0c
Contents?: true
Size: 503 Bytes
Versions: 29
Compression:
Stored size: 503 Bytes
Contents
<% if method.present? %> <%= button_to path, form_class: "flex-1 flex", class: button_classes, target: target, title: title, method: method, disabled: disabled, params: params do %> <%= helpers.svg(icon, class: 'h-4 mr-1') if icon.present? %> <%= label %> <% end %> <% else %> <%= link_to path, class: button_classes, target: target, title: title do %> <%= helpers.svg(icon, class: 'h-4 mr-1') if icon.present? %> <%= label %> <% end %> <% end %>
Version data entries
29 entries across 29 versions & 1 rubygems