forked from e621ng/e621ng
[Users] Fix "search for myself" link
Search parameters were locked down because of the added ip search. This one doesn't do anything, so just remove it
This commit is contained in:
parent
5677f90639
commit
b049eb9024
@ -147,7 +147,7 @@
|
||||
<li>» <%= link_to "Sets I maintain", post_sets_path(maintainer_id: CurrentUser.id) %></li>
|
||||
<li>» <%= link_to "Set maintainer invites", post_set_maintainers_path %></li>
|
||||
<li> </li>
|
||||
<li>» <%= link_to "Search for myself in comments", comments_path(group_by: :comment, search:{ body_matches: CurrentUser.name, results: 'exact'}) %></li>
|
||||
<li>» <%= link_to "Search for myself in comments", comments_path(group_by: :comment, search:{ body_matches: CurrentUser.name }) %></li>
|
||||
<li>» <%= link_to "Search for myself in blips", blips_path(search: {body_matches: CurrentUser.pretty_name}) %></li>
|
||||
<li>» <%= link_to "Search for myself in forums", forum_posts_path(search: {body_matches: CurrentUser.pretty_name}) %></li>
|
||||
<li>» <%= link_to "Comments on my posts", comments_path(group_by: :comment, search: {poster_id: CurrentUser.id}) %></li>
|
||||
|
Loading…
Reference in New Issue
Block a user