Sha256: 1a4832b1036b823be7118385949d084e32b613b46a8b3fd80ea7df4173d89119
Contents?: true
Size: 409 Bytes
Versions: 11
Compression:
Stored size: 409 Bytes
Contents
= title t('.title') ul.nav.nav-tabs role='tablist' li.active= link_to t('.wagon'), '#wagon', role: 'tab', data: { toggle: 'tab' } li= link_to t('.api'), '#api', role: 'tab', data: { toggle: 'tab' } .tab-content - %w(wagon api).each_with_index do |name, index| .tab-pane id=name class=(index == 0 ? 'active' : '') .documentation = render "locomotive/developers_documentation/#{name}"
Version data entries
11 entries across 11 versions & 1 rubygems