diff options
Diffstat (limited to 'app/views/tabs/_tab.html.haml')
-rw-r--r-- | app/views/tabs/_tab.html.haml | 2 |
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 |