diff options
Diffstat (limited to 'templates/w3/layout/tab-link.html')
-rw-r--r-- | templates/w3/layout/tab-link.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/w3/layout/tab-link.html b/templates/w3/layout/tab-link.html deleted file mode 100644 index 8f68f7c..0000000 --- a/templates/w3/layout/tab-link.html +++ /dev/null @@ -1 +0,0 @@ -<li class="nav-item"><a class="nav-link{% if 'active' in link.css_class %} active{% endif %}" href="#{{ link.css_id }}" data-toggle="tab">{{ link.name|capfirst }}{% if tab.errors %}!{% endif %}</a></li> |