summaryrefslogtreecommitdiff
path: root/jimbrella/templates/admin/tabs.html
diff options
context:
space:
mode:
Diffstat (limited to 'jimbrella/templates/admin/tabs.html')
-rw-r--r--jimbrella/templates/admin/tabs.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/jimbrella/templates/admin/tabs.html b/jimbrella/templates/admin/tabs.html
new file mode 100644
index 0000000..2b22c30
--- /dev/null
+++ b/jimbrella/templates/admin/tabs.html
@@ -0,0 +1,8 @@
+<header>
+ <table class="tabs">
+ <tr>
+ <td class="tab"><a href="/admin">Overview</a></td>
+ <td class="tab"><a href="/admin/umbrellas">All</a></td>
+ </tr>
+ </table>
+</header>