Merge remote-tracking branch 'origin/master'

This commit is contained in:
Andy Heathershaw 2017-03-23 04:29:40 +00:00
commit 66d005432c
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>