-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Keep filter when showing unfiltered results on explore page #27192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
377105e
b7f9c72
59ca52b
5ece6aa
af85620
0c6b3fa
1346d23
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,7 +36,7 @@ | |
| </div> | ||
| {{if and .PageIsExploreRepositories .OnlyShowRelevant}} | ||
| <div class="ui message explore-relevancy-note"> | ||
| <span data-tooltip-content="{{.locale.Tr "explore.relevant_repositories_tooltip"}}">{{.locale.Tr "explore.relevant_repositories" ((print $.Link "?only_show_relevant=0")|Escape) | Safe}}</span> | ||
| <span data-tooltip-content="{{.locale.Tr "explore.relevant_repositories_tooltip"}}">{{.locale.Tr "explore.relevant_repositories" ((printf "%s?only_show_relevant=0&sort=%s&q=%s&language=%s" $.Link $.SortType $.Keyword $.Language)|Escape) | Safe}}</span> | ||
|
||
| </div> | ||
| {{end}} | ||
| <div class="divider"></div> | ||
Uh oh!
There was an error while loading. Please reload this page.