aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/shared/_sidebar_i.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_sidebar_i.html.haml')
-rw-r--r--app/views/shared/_sidebar_i.html.haml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/shared/_sidebar_i.html.haml b/app/views/shared/_sidebar_i.html.haml
new file mode 100644
index 0000000..098b35c
--- /dev/null
+++ b/app/views/shared/_sidebar_i.html.haml
@@ -0,0 +1,12 @@
+%ul.nav.nav-tabs.nav-stacked
+ %li
+ = link_to "about", :controller => "main", :action => "about"
+ %li
+ = link_to "api", :controller => "main", :action => "api"
+%ul.nav.nav-tabs.nav-stacked
+ %li
+ = link_to "best", :controller => "i", :action => "best"
+ %li
+ = link_to "recent", :controller => "i", :action => "recent"
+ %li
+ = link_to "timeline", :controller => "i", :action => "timeline"