2015-01-30 15:47:28 -08:00
|
|
|
%nav.navbar.navbar-default.navbar-static-top.j2-navbar.visible-xs{role: "navigation"}
|
|
|
|
.container
|
|
|
|
.navbar-header
|
|
|
|
%button.navbar-toggle{"data-target" => "#j2-tl-navbar-collapse", "data-toggle" => "collapse", type: "button"}
|
|
|
|
%span.sr-only Toggle navigation
|
|
|
|
%span.icon-bar
|
|
|
|
%span.icon-bar
|
|
|
|
%span.icon-bar
|
2015-06-06 16:28:10 -07:00
|
|
|
%a.navbar-brand{href: notifications_path} Notifications
|
2015-01-30 15:47:28 -08:00
|
|
|
#j2-tl-navbar-collapse.collapse.navbar-collapse
|
|
|
|
%ul.nav.navbar-nav
|
2015-09-16 13:18:40 -07:00
|
|
|
= nav_entry "New Notifications", notifications_path
|
|
|
|
= nav_entry "All Notifications", notifications_path('all')
|
2015-06-06 16:28:10 -07:00
|
|
|
= nav_entry t('views.notifications.tabs.answer'), notifications_path('answer')
|
|
|
|
= nav_entry t('views.notifications.tabs.smile'), notifications_path('smile')
|
|
|
|
= nav_entry t('views.notifications.tabs.comment'), notifications_path('comment')
|
|
|
|
= nav_entry t('views.notifications.tabs.commentsmile'), notifications_path('commentsmile')
|
|
|
|
= nav_entry t('views.notifications.tabs.relationship'), notifications_path('relationship')
|