Method: Nav::Entity::Component#href

Defined in:
app/components/lookbook/nav/entity/component.rb

#hrefObject



14
15
16
17
18
19
20
# File 'app/components/lookbook/nav/entity/component.rb', line 14

def href
  if collapsed?
    node.first.url_path
  elsif type != :preview
    node.url_path
  end
end