how about I look into how to change the dropdown first

This commit is contained in:
pixeldesu 2014-12-13 19:48:31 +01:00
parent 61a7b582e4
commit 1997d36b2f
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
%ul.nav.navbar-nav
= nav_entry "Timeline", root_path
= nav_entry "Inbox", "/inbox", badge: inbox_count
= render "layouts/notifications"
%ul.nav.navbar-nav.navbar-right
%button.btn.btn-primary.navbar-btn.btn-sm{"data-target" => "#modal-ask-followers", "data-toggle" => "modal", :type => "button"}
%i.fa.fa-pencil-square-o

View File

@ -0,0 +1 @@
= nav_entry "Notifications", "/notifications/index"