Sha256: 155d2ca81c1ebf51339b3f7769a8f97aa21a2fc9d0c4bdcadfbaf1adedb3a113

Contents?: true

Size: 479 Bytes

Versions: 162

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

162 entries across 162 versions & 1 rubygems

Version Path
avo-3.2.0 app/components/avo/profile_item_component.html.erb
avo-3.1.7 app/components/avo/profile_item_component.html.erb
avo-3.1.6 app/components/avo/profile_item_component.html.erb
avo-3.1.5 app/components/avo/profile_item_component.html.erb
avo-3.1.4 app/components/avo/profile_item_component.html.erb
avo-3.1.3 app/components/avo/profile_item_component.html.erb
avo-3.1.2 app/components/avo/profile_item_component.html.erb
avo-3.1.1 app/components/avo/profile_item_component.html.erb
avo-3.1.0 app/components/avo/profile_item_component.html.erb
avo-3.0.8 app/components/avo/profile_item_component.html.erb
avo-2.46.0 app/components/avo/profile_item_component.html.erb
avo-3.0.7 app/components/avo/profile_item_component.html.erb
avo-3.0.6 app/components/avo/profile_item_component.html.erb
avo-3.0.5 app/components/avo/profile_item_component.html.erb
avo-3.0.4 app/components/avo/profile_item_component.html.erb
avo-3.0.3 app/components/avo/profile_item_component.html.erb
avo-2.45.0 app/components/avo/profile_item_component.html.erb
avo-3.0.2 app/components/avo/profile_item_component.html.erb
avo-2.44.0 app/components/avo/profile_item_component.html.erb
avo-2.43.0 app/components/avo/profile_item_component.html.erb