diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-03-16 13:53:03 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-16 13:53:03 +1100 |
commit | 34a00693e06f3b0036ae6e34f233986c34ee0408 (patch) | |
tree | 8c6f1f0fe264e100610fd6fbef9aa4edcd56bd97 | |
parent | 41db3c5aec29caac46d018888696b86b28673615 (diff) |
Fix syntax to reinstate link to annotation
-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)%> |