summaryrefslogtreecommitdiff
path: root/app/views/search/results/_snippet_title.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/search/results/_snippet_title.html.haml')
-rw-r--r--app/views/search/results/_snippet_title.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/results/_snippet_title.html.haml b/app/views/search/results/_snippet_title.html.haml
index c414acb6a11..8c884926db5 100644
--- a/app/views/search/results/_snippet_title.html.haml
+++ b/app/views/search/results/_snippet_title.html.haml
@@ -17,7 +17,7 @@
= "##{snippet_title.id}"
%span
by
- = link_to user_snippets_path(snippet_title.author) do
+ = link_to snippets_user_path(snippet_title.author) do
= image_tag avatar_icon(snippet_title.author_email), class: "avatar avatar-inline s16", alt: ''
= snippet_title.author_name
%span.light #{time_ago_with_tooltip(snippet_title.created_at)}