* Font-Awesome V3.x to V4.x Font-Awesome V3.x to V4.x * Font Tidy Font Tidy * FA4 Upgrade - Html Js & Json FA4 Upgrade - Html Js & Json * Minor Minor
7 lines
296 B
HTML
7 lines
296 B
HTML
<li class="strong module-sidebar-item">
|
|
<a class="module-link" data-name="{{ item.module_name }}"
|
|
href="#modules/{{ item.module_name }}">
|
|
<i class="fa fa-chevron-right pull-right"
|
|
style="display: none;"></i>
|
|
<span>{{ item._label }}</span></a>
|
|
</li>
|