summaryrefslogtreecommitdiffstats
path: root/templates/w3/layout/tab-link.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/w3/layout/tab-link.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/w3/layout/tab-link.html b/templates/w3/layout/tab-link.html
new file mode 100644
index 0000000..8f68f7c
--- /dev/null
+++ b/templates/w3/layout/tab-link.html
@@ -0,0 +1 @@
+<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>