Sha256: 155d2ca81c1ebf51339b3f7769a8f97aa21a2fc9d0c4bdcadfbaf1adedb3a113

Contents?: true

Size: 479 Bytes

Versions: 150

Compression:

Stored size: 479 Bytes

Contents

<% if method.present? %>
  <%= button_to path,
    form_class: "flex-1 flex",
    class: button_classes,
    target: target,
    title: title,
    method: method,
    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

150 entries across 150 versions & 1 rubygems

Version Path
avo-3.14.3 app/components/avo/profile_item_component.html.erb
avo-3.14.2 app/components/avo/profile_item_component.html.erb
avo-3.14.1 app/components/avo/profile_item_component.html.erb
avo-3.14.0 app/components/avo/profile_item_component.html.erb
avo-3.13.7 app/components/avo/profile_item_component.html.erb
avo-3.13.6 app/components/avo/profile_item_component.html.erb
avo-3.13.5 app/components/avo/profile_item_component.html.erb
avo-3.13.4 app/components/avo/profile_item_component.html.erb
avo-3.13.3 app/components/avo/profile_item_component.html.erb
avo-3.13.2 app/components/avo/profile_item_component.html.erb
avo-3.13.1 app/components/avo/profile_item_component.html.erb
avo-3.13.0 app/components/avo/profile_item_component.html.erb
avo-2.53.0 app/components/avo/profile_item_component.html.erb
avo-3.12.0 app/components/avo/profile_item_component.html.erb
avo-3.11.10 app/components/avo/profile_item_component.html.erb
avo-3.11.9 app/components/avo/profile_item_component.html.erb
avo-3.11.8 app/components/avo/profile_item_component.html.erb
avo-3.11.7 app/components/avo/profile_item_component.html.erb
avo-3.11.6 app/components/avo/profile_item_component.html.erb
avo-3.11.5 app/components/avo/profile_item_component.html.erb