5 lines
176 B
Text
5 lines
176 B
Text
|
// = render 'devise/shared/tab_single', :tab_title => 'Tab Title'
|
||
|
%ul.nav-links.nav-tabs.new-session-tabs.single-tab
|
||
|
%li.active
|
||
|
= link_to tab_title, '#', disabled: true
|