Sha256: 134bbfd1d64689f8307fe23363acac160eec74f006bcf1a2c03e34bb82cfdb6b
Contents?: true
Size: 406 Bytes
Versions: 62
Compression:
Stored size: 406 Bytes
Contents
<% if path.present? %> <%= send link_method, path, class: classes, active: active, target: target do %> <%= label %> <% if target == :_blank %> <%= helpers.svg('heroicons/outline/external-link', class: 'self-center ml-auto h-3 mr-2') %> <% end %> <% end %> <% else %> <%= content_tag :div, class: classes, active: active, target: target do %> <%= label %> <% end %> <% end %>
Version data entries
62 entries across 62 versions & 1 rubygems