Class: BBMB::Html::View::NavigationLink

Inherits:
HtmlGrid::Link
  • Object
show all
Defined in:
lib/bbmb/html/view/navigation.rb

Instance Method Summary collapse

Instance Method Details

#initObject



8
9
10
11
12
13
# File 'lib/bbmb/html/view/navigation.rb', line 8

def init
  unless(@session.event == @name)
    self.href = @lookandfeel._event_url(@name)
  end
  super
end