We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Topics
1 parent ab3cb1d commit 6b22dd0Copy full SHA for 6b22dd0
app/views/layouts/application.html.slim
@@ -92,6 +92,7 @@ html data-theme="light"
92
span.nav-badge = unread
93
.nav-menu
94
.nav-links
95
+ = link_to "Topics", topics_path, class: "nav-link"
96
- search_link = content_for?(:search_sidebar) ? "#search" : topics_path(anchor: "search")
97
= link_to "Search", search_link, class: "nav-link"
98
= link_to "Reports", reports_path, class: "nav-link"
0 commit comments