<% first ||= false %> <% url ||= nil %> <% # convert [:account, model] "urls" to strings. %> <% url = url.is_a?(String) ? url : main_app.url_for(url) if url %>
  • <% item_style = "ml-3 text-gray-500 uppercase text-2xs tracking-widest" %> <% # don't link to the same page we're already on. %> <% if url && url != request.url %> <%= link_to label, url, class: "#{item_style} hover:text-gray-700 hover:underline dark:text-primary-300" %> <% else %> <%= label %> <% end %>