Method: RailsInfo::Logs::Server::ActionPresenter#tabs

Defined in:
app/presenters/rails_info/logs/server/action_presenter.rb

#tabsObject



10
11
12
13
14
15
16
17
18
# File 'app/presenters/rails_info/logs/server/action_presenter.rb', line 10

def tabs     
  html =  :h3, link_to(@name, '#')
  
  html += (:div, class: 'tabs', id: "tabs-#{@index}") do
    raw(navigation) + raw(body) 
  end

  html
end