diff options
Diffstat (limited to 'app/views/tabs/_tabs.html.haml')
-rw-r--r-- | app/views/tabs/_tabs.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/tabs/_tabs.html.haml b/app/views/tabs/_tabs.html.haml new file mode 100644 index 0000000..8b01dbd --- /dev/null +++ b/app/views/tabs/_tabs.html.haml @@ -0,0 +1,4 @@ +%ul.nav.nav-tabs + = render :partial => '/tabs/nav', :collection => tabs +.tab-content + = render :partial => '/tabs/tab', :collection => tabs |