summaryrefslogtreecommitdiffstats
path: root/templates/w3/layout/tab.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/w3/layout/tab.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/w3/layout/tab.html b/templates/w3/layout/tab.html
deleted file mode 100644
index 59a03bd..0000000
--- a/templates/w3/layout/tab.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<ul{% if tabs.css_id %} id="{{ tabs.css_id }}"{% endif %} class="nav nav-tabs">
- {{ links }}
-</ul>
-<div class="tab-content card-body">
- {{ content }}
-</div>