Sha256: d9df7a14ef9372105fb49f1a7506b2ff9d325cafd811849441736614ea7858a2
Contents?: true
Size: 661 Bytes
Versions: 17
Compression:
Stored size: 661 Bytes
Contents
<% yield p = np %> <% method ||= nil %> <% active ||= request.path == url %> <%= send (method ? :button_to : :link_to), url, class: "block group hover:text-white hover:no-underline hover-indent-child #{'bg-blue-darker dark:bg-black dark:bg-opacity-10' if active} text-white px-2 py-2 rounded-md dark:text-white", method: method do %> <div class="inline-block indent-child flex items-center"> <!-- Heroicon name: home --> <% if p.content_for? :icon %> <span class="mr-3 h-6 w-6 text-center text-blue-light text-xl leading-6 dark:text-gray-400"> <%= p.content_for :icon %> </span> <% end %> <%= label %> </div> <% end %>
Version data entries
17 entries across 17 versions & 1 rubygems