From cbd2fbf9a8bb9a4cf7f737899a67080efab3dbf6 Mon Sep 17 00:00:00 2001 From: strikki Date: Wed, 13 Jan 2016 12:24:03 +0300 Subject: [PATCH] FIX: Incorrect subfolder authors urls when embedding --- app/views/embed/comments.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/embed/comments.html.erb b/app/views/embed/comments.html.erb index 0eb010e407c..29ab2772326 100644 --- a/app/views/embed/comments.html.erb +++ b/app/views/embed/comments.html.erb @@ -16,11 +16,11 @@ <%- end %>
- +

- <%= post.user.username %> + <%= post.user.username %> <%- if post.user.title.present? %> <%= post.user.title %> <%- end %>