debian-mirror-gitlab/spec/javascripts/fixtures/linked_tabs.html.haml

14 lines
388 B
Text
Raw Normal View History

2018-11-08 19:23:39 +05:30
%ul.nav.nav-tabs.new-session-tabs.linked-tabs
%li.nav-item
%a.nav-link{ href: 'foo/bar/1', data: { target: 'div#tab1', action: 'tab1', toggle: 'tab' } }
2017-08-17 22:00:37 +05:30
Tab 1
2018-11-08 19:23:39 +05:30
%li.nav-item
%a.nav-link{ href: 'foo/bar/1/context', data: { target: 'div#tab2', action: 'tab2', toggle: 'tab' } }
2017-08-17 22:00:37 +05:30
Tab 2
.tab-content
#tab1.tab-pane
Tab 1 Content
#tab2.tab-pane
Tab 2 Content