#9: update to the new Bootstrap v4 class

This commit is contained in:
Andy Heathershaw 2017-03-22 21:56:03 +00:00 committed by GitHub
parent df96a9093c
commit 5adf3174ce
1 changed files with 2 additions and 2 deletions

View File

@ -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>