#9: update to the new Bootstrap v4 class
This commit is contained in:
parent
df96a9093c
commit
5adf3174ce
@ -1,6 +1,6 @@
|
||||
<li role="presentation" class="nav-item">
|
||||
<a class="nav-link{{ $active_tab == $tab_name ? ' active' : '' }}" href="#{{ $tab_name }}-tab" aria-controls="{{ $tab_name }}-tab" role="tab" data-toggle="tab">
|
||||
<i class="fa fa-fw fa-{{ $tab_icon }}"></i>
|
||||
<span class="hidden-xs">{{ $tab_text }}</span>
|
||||
<span class="hidden-sm-down">{{ $tab_text }}</span>
|
||||
</a>
|
||||
</li>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user