summaryrefslogtreecommitdiff
path: root/app/views/tabs/_tab.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/tabs/_tab.html.haml')
-rw-r--r--app/views/tabs/_tab.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/tabs/_tab.html.haml b/app/views/tabs/_tab.html.haml
new file mode 100644
index 0000000..adab666
--- /dev/null
+++ b/app/views/tabs/_tab.html.haml
@@ -0,0 +1,2 @@
+.tab-pane{:id => tab, :class => (:active if tab == @anchor)}
+ = content_for tab