Fix search for myself in blips

This commit is contained in:
Kira 2019-11-09 11:04:06 -08:00
parent cd7bb386b6
commit a5910b20c9

View File

@ -148,7 +148,7 @@
<li>&raquo; <%= link_to "Set maintainer invites", post_set_maintainers_path %></li>
<li>&nbsp;</li>
<li>&raquo; <%= link_to "Search for myself in comments", comments_path(group_by: :comment, search:{ body_matches: CurrentUser.name, results: 'exact'}) %></li>
<li>&raquo; <%= link_to "Search for myself in blips", blips_path(search: {body: CurrentUser.pretty_name}) %></li>
<li>&raquo; <%= link_to "Search for myself in blips", blips_path(search: {body_matches: CurrentUser.pretty_name}) %></li>
<li>&raquo; <%= link_to "Search for myself in forums", forum_posts_path(search: {body_matches: CurrentUser.pretty_name}) %></li>
<li>&raquo; <%= link_to "Comments on my posts", comments_path(group_by: :comment, search: {poster_id: CurrentUser.id}) %></li>
</ul>