Skip to content

Commit 6b22dd0

Browse files
committed
Revert "Removed Topics from navbar (#76)"
This reverts commit 1eebcff.
1 parent ab3cb1d commit 6b22dd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/layouts/application.html.slim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ html data-theme="light"
9292
span.nav-badge = unread
9393
.nav-menu
9494
.nav-links
95+
= link_to "Topics", topics_path, class: "nav-link"
9596
- search_link = content_for?(:search_sidebar) ? "#search" : topics_path(anchor: "search")
9697
= link_to "Search", search_link, class: "nav-link"
9798
= link_to "Reports", reports_path, class: "nav-link"

0 commit comments

Comments
 (0)