Skip to content

Commit 1eebcff

Browse files
authored
Removed Topics from navbar (#76)
1 parent e129203 commit 1eebcff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/views/layouts/application.html.slim

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

0 commit comments

Comments
 (0)