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

Version Path
avo-3.18.1.tw4 app/components/avo/profile_item_component.html.erb
avo-3.18.1 app/components/avo/profile_item_component.html.erb
avo-3.18.0.tw4 app/components/avo/profile_item_component.html.erb
avo-3.18.0 app/components/avo/profile_item_component.html.erb
avo-3.17.9.beta2 app/components/avo/profile_item_component.html.erb
avo-3.17.9.beta1 app/components/avo/profile_item_component.html.erb
avo-3.17.9.tw4 app/components/avo/profile_item_component.html.erb
avo-3.17.9 app/components/avo/profile_item_component.html.erb
avo-3.17.8.tw4 app/components/avo/profile_item_component.html.erb
avo-3.17.8 app/components/avo/profile_item_component.html.erb
avo-3.17.7 app/components/avo/profile_item_component.html.erb
avo-3.17.6.tw4 app/components/avo/profile_item_component.html.erb
avo-3.17.6 app/components/avo/profile_item_component.html.erb
avo-3.17.5 app/components/avo/profile_item_component.html.erb
avo-3.17.4 app/components/avo/profile_item_component.html.erb
avo-3.17.3 app/components/avo/profile_item_component.html.erb
avo-3.17.5.tw4 app/components/avo/profile_item_component.html.erb
avo-3.17.4.tw4 app/components/avo/profile_item_component.html.erb
avo-3.17.3.tw4 app/components/avo/profile_item_component.html.erb
avo-3.17.2.tw4 app/components/avo/profile_item_component.html.erb