diff options
-rw-r--r-- | app/views/admin_request/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_request/show.html.erb b/app/views/admin_request/show.html.erb index cca75b4a7..f3b9c7af9 100644 --- a/app/views/admin_request/show.html.erb +++ b/app/views/admin_request/show.html.erb @@ -326,7 +326,7 @@ <div class="accordion-group"> <div class="accordion-heading"> <a href="#comment_<%=comment.id%>" data-toggle="collapse" data-parent="#comments"><%= chevron_right %></a> - <% link_to admin_request_edit_comment_path(comment) do %> + <%= link_to admin_request_edit_comment_path(comment) do %> #<%=comment.id%> -- <%=h(comment.user.name)%> |