forked from e621ng/e621ng
Fix search for myself in blips
This commit is contained in:
parent
cd7bb386b6
commit
a5910b20c9
@ -148,7 +148,7 @@
|
||||
<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 blips", blips_path(search: {body: CurrentUser.pretty_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>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user