1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Ruby961 forks (961 forks)user submission
buggood first issue
Repository metrics
- Stars
- 4,680 stars (4,680 stars)
- PR merge metrics
- Avg merge 7d 4h (Avg merge 7d 4h)20 merged PRs in 30d (20 merged PRs in 30d)
Contributor guide
- Research direction
- The issue is that clicking the '22 comments' link in the .byline of a single story page does nothing. Expected behavior is to scroll to the comments section. The bug is likely in the JavaScript that handles the scroll or the HTML anchor tag. Investigate the view template (probably app/views/stories/show.html.erb or similar) to see how the comments link is rendered and if it has an onclick handler or a valid href. Check the JavaScript file (likely app/javascript/packs/application.js or a specific JS file) for the scroll function. The issue was reported on 2026-05-05, and there is one comment (though not shown). No linked PRs.
- Tech stack
- rubyjavascripthtml
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- basic JavaScriptRuby on Rails