File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 33
33
<div class =" @TabContentCssClass" >
34
34
@foreach ( var t in tabs )
35
35
{
36
- <div class = " tab-pane @ (EnableFadeEffect ? " fade " : " " )" id = " nav- @t.Id " role =" tabpanel" aria-labelledby =" @t.Id" >
36
+ <
div id = " [email protected] " class = " @BootstrapClass.TabPane @ (EnableFadeEffect ? BootstrapClass.Fade : " " ) @t.Class " style = " @t .Style " role =
" tabpanel" aria-labelledby =
" @t.Id" >
37
37
@t.Content
38
38
</div >
39
39
}
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ public static class BootstrapClass
138
138
139
139
public const string Spinner = "spinner" ;
140
140
141
+ public const string TabPane = "tab-pane" ;
142
+
141
143
public const string TableResponsive = "table-responsive" ;
142
144
public const string TableSticky = "bb-table-sticky" ;
143
145
You can’t perform that action at this time.
0 commit comments