when searching within a project, left-column hyperlinks to LineNumber just reload results page

context: The gitlab.com search results page displayed in response to clicking "This project:search"

example: https://gitlab.com/search?utf8=%E2%9C%93&search=template&group_id=&project_id=13083&search_code=true&repository_ref=master

expected result: clicking left-column hyperlink displayed beside any given line should navigate to the relevant document, autoscrolled to the line of interest, e.g.

https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.rubocop_todo.yml#L322

actual result: the destination of each "per line" hyperlink is a self-referential location within the currently viewed search results page

https://gitlab.com/search?utf8=%E2%9C%93&search=template&group_id=&project_id=13083&search_code=true&repository_ref=master#L332