Method: RailsInfo::Logs::Server::ActionPresenter#tabs
- Defined in:
- app/presenters/rails_info/logs/server/action_presenter.rb
#tabs ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'app/presenters/rails_info/logs/server/action_presenter.rb', line 10 def tabs html = content_tag :h3, link_to(@name, '#') html += content_tag(:div, class: 'tabs', id: "tabs-#{@index}") do raw() + raw(body) end html end |