Skip to content

Commit 305878a

Browse files
authored
Revert "Removed Topics from navbar (#76)" (#83)
This reverts commit 1eebcff.
1 parent ab3cb1d commit 305878a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)